|
Rosetta
|
A pilot app that tests the ability to load and evaluate a graph convolutional neural network made with Tensorflow within Rosetta. More...
#include <devel/init.hh>#include <utility/excn/Exceptions.hh>#include <basic/Tracer.hh>#include <basic/options/keys/OptionKeys.hh>#include <basic/options/option_macros.hh>Functions | |
| void | register_options () |
| Indicate which commandline flags are relevant to this application. More... | |
| int | main (int argc, char *argv[]) |
| Program entry point. More... | |
Variables | |
| static basic::Tracer | TR ("apps.pilot.vmullig.test_tensorflow_graph_convolutional_nn") |
A pilot app that tests the ability to load and evaluate a graph convolutional neural network made with Tensorflow within Rosetta.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Program entry point.
References argv, debug_assert, test.T009_Exceptions::e, basic::options::OptionKeys::score::empty, basic::Tracer::Error, basic::Tracer::TracerProxy::flush(), basic::init(), NEW_OPT, basic::options::option, basic::options::OptionKeys::make_rot_lib::options_file, register_options(), runtime_assert_string_msg, basic::options::TR, basic::options::OptionKeys::inout::dbms::user, and utility_exit_with_message.
| void register_options | ( | ) |
Indicate which commandline flags are relevant to this application.
Referenced by main().
|
static |