|
bool | tensorflow::checkEmptyInputs (const NamedTensorList &inputs) |
|
bool | tensorflow::closeSession (Session *&session) |
|
bool | tensorflow::closeSession (const Session *&session) |
|
Session * | tensorflow::createSession () |
|
Session * | tensorflow::createSession (Options &options) |
|
Session * | tensorflow::createSession (const MetaGraphDef *metaGraphDef, const std::string &exportDir, Options &options) |
|
Session * | tensorflow::createSession (const GraphDef *graphDef) |
|
Session * | tensorflow::createSession (const GraphDef *graphDef, Options &options) |
|
GraphDef * | tensorflow::loadGraphDef (const std::string &pbFile) |
|
MetaGraphDef * | tensorflow::loadMetaGraph (const std::string &exportDir, const std::string &tag, Options &Options) |
|
MetaGraphDef * | tensorflow::loadMetaGraphDef (const std::string &exportDir, const std::string &tag=kSavedModelTagServe) |
|
MetaGraphDef * | tensorflow::loadMetaGraphDef (const std::string &exportDir, const std::string &tag, Options &options) |
|
void | tensorflow::run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const thread::ThreadPoolOptions &threadPoolOptions) |
|
void | tensorflow::run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const thread::ThreadPoolOptions &threadPoolOptions) |
|
void | tensorflow::run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, thread::ThreadPoolInterface *threadPool) |
|
void | tensorflow::run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, thread::ThreadPoolInterface *threadPool) |
|
void | tensorflow::run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
|
void | tensorflow::run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
|
void | tensorflow::run (Session *session, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
|
void | tensorflow::run (const Session *session, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
|