This is the complete list of members for tf::Graph, including all inherited members.
create(const char *graph_file_name, const std::vector< std::string > &outputs={}, int ninputs=1, int noutputs=1) | tf::Graph | inlinestatic |
create(const char *graph_file_name, const std::vector< std::string > &outputs={}) | tf::Graph | inlinestatic |
fInputName | tf::Graph | private |
fInputNames | tf::Graph | private |
fOutputNames | tf::Graph | private |
fSession | tf::Graph | private |
Graph(const char *graph_file_name, const std::vector< std::string > &outputs, bool &success, int ninputs, int noutputs) | tf::Graph | private |
Graph(const char *graph_file_name, const std::vector< std::string > &outputs, bool &success) | tf::Graph | private |
n_inputs | tf::Graph | |
n_outputs | tf::Graph | |
run(const std::vector< std::vector< float > > &x) | tf::Graph | |
run(const std::vector< std::vector< std::vector< std::vector< float > > > > &x, long long int samples=-1) | tf::Graph | |
run(const std::vector< tensorflow::Tensor > &x) | tf::Graph | |
run(const std::vector< std::vector< float > > &x) | tf::Graph | |
run(const std::vector< std::vector< std::vector< std::vector< float > > > > &x, long long int samples=-1) | tf::Graph | |
run(const tensorflow::Tensor &x) | tf::Graph | |
~Graph() | tf::Graph | |
~Graph() | tf::Graph |