tensorflow::serving::SessionWrapperIgnoreThreadPoolOptions
Summary
Inheritance
Inherits from:
tensorflow::serving::ServingSessionWrapper
Public functions
|
Run(const RunOptions & run_options, const std::vector< std::pair< string, Tensor >> & inputs, const std::vector< string > & output_tensor_names, const std::vector< string > & target_node_names, std::vector< Tensor > *outputs, RunMetadata *run_metadata, const thread::ThreadPoolOptions & thread_pool_options) override
|
Status
|
Public functions
Run
Status Run(
const RunOptions & run_options,
const std::vector< std::pair< string, Tensor >> & inputs,
const std::vector< string > & output_tensor_names,
const std::vector< string > & target_node_names,
std::vector< Tensor > *outputs,
RunMetadata *run_metadata,
const thread::ThreadPoolOptions & thread_pool_options
) override
SessionWrapperIgnoreThreadPoolOptions
SessionWrapperIgnoreThreadPoolOptions(
std::unique_ptr< Session > wrapped
)