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