tf::RegCNNGraph Member List

This is the complete list of members for tf::RegCNNGraph, including all inherited members.

create(const char *graph_file_name, const unsigned int &ninputs, const std::vector< std::string > &outputs={})tf::RegCNNGraphinlinestatic
fInputNamestf::RegCNNGraphprivate
fOutputNamestf::RegCNNGraphprivate
fSessiontf::RegCNNGraphprivate
RegCNNGraph(const char *graph_file_name, const unsigned int &ninputs, const std::vector< std::string > &outputs, bool &success)tf::RegCNNGraphprivate
run(const std::vector< std::vector< float > > &x)tf::RegCNNGraph
run(const std::vector< std::vector< std::vector< std::vector< float > > > > &x, long long int samples=-1)tf::RegCNNGraph
run(const std::vector< std::vector< std::vector< std::vector< float > > > > &x, const unsigned int &ninputs, long long int samples=-1)tf::RegCNNGraph
run(const std::vector< std::vector< std::vector< std::vector< float > > > > &x, const std::vector< float > cm, const unsigned int &ninputs, long long int samples=-1)tf::RegCNNGraph
run(const tensorflow::Tensor &x)tf::RegCNNGraph
run(const std::vector< tensorflow::Tensor > &x)tf::RegCNNGraph
~RegCNNGraph()tf::RegCNNGraph