Rosetta
Functions | Variables
test_tensorflow_graph_convolutional_nn.cc File Reference

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")
 

Detailed Description

A pilot app that tests the ability to load and evaluate a graph convolutional neural network made with Tensorflow within Rosetta.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ register_options()

void register_options ( )

Indicate which commandline flags are relevant to this application.

Referenced by main().

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.vmullig.test_tensorflow_graph_convolutional_nn") ( "apps.pilot.vmullig.test_tensorflow_graph_convolutional_nn"  )
static