TensorFlow Serving C++ API Documentation
tensorflow::serving::test_util::MockSession Member List

This is the complete list of members for tensorflow::serving::test_util::MockSession, including all inherited members.

MOCK_METHOD(::tensorflow::Status, Create,(const GraphDef &graph),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, Extend,(const GraphDef &graph),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, Run,((const std::vector< std::pair< string, Tensor >> &inputs), const std::vector< string > &output_names, const std::vector< string > &target_nodes, std::vector< Tensor > *outputs),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, Run,(const RunOptions &run_options,(const std::vector< std::pair< string, Tensor >> &inputs), const std::vector< string > &output_names, const std::vector< string > &target_nodes, std::vector< Tensor > *outputs, RunMetadata *run_metadata),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, Run,(const RunOptions &run_options,(const std::vector< std::pair< string, Tensor >> &inputs), const std::vector< string > &output_names, const std::vector< string > &target_nodes, std::vector< Tensor > *outputs, RunMetadata *run_metadata, const tensorflow::thread::ThreadPoolOptions &thread_pool_options),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, PRunSetup,(const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector< string > &target_nodes, string *handle),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, PRun,(const string &handle,(const std::vector< std::pair< string, Tensor >> &inputs), const std::vector< string > &output_names, std::vector< Tensor > *outputs),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, ListDevices,(std::vector<::tensorflow::DeviceAttributes > *response),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MOCK_METHOD(::tensorflow::Status, Close,(),(override)) (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSession
MockSession() (defined in tensorflow::serving::test_util::MockSession)tensorflow::serving::test_util::MockSessioninline