tf::CTPGraph Member List

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::CTPGraphinlinestatic
CTPGraph(const char *graph_file_name, const std::vector< std::string > &outputs, bool &success, int ninputs, int noutputs)tf::CTPGraphprivate
fInputNamestf::CTPGraphprivate
fOutputNamestf::CTPGraphprivate
fSessiontf::CTPGraphprivate
n_inputstf::CTPGraph
n_outputstf::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