TensorFlow Serving C++ API Documentation
Public Member Functions | Static Public Member Functions | List of all members
tensorflow::serving::test_util::FakeThreadPoolFactory Class Referencefinal
Inheritance diagram for tensorflow::serving::test_util::FakeThreadPoolFactory:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::test_util::FakeThreadPoolFactory:
Collaboration graph
[legend]

Public Member Functions

 FakeThreadPoolFactory (const FakeThreadPoolFactoryConfig &config)
 
virtual ScopedThreadPools GetThreadPools ()
 
void SetInterOpThreadPool (std::shared_ptr< thread::ThreadPoolInterface > thread_pool)
 
void SetIntraOpThreadPool (std::shared_ptr< thread::ThreadPoolInterface > thread_pool)
 

Static Public Member Functions

static Status Create (const FakeThreadPoolFactoryConfig &config, std::unique_ptr< ThreadPoolFactory > *result)
 

Detailed Description

Definition at line 33 of file fake_thread_pool_factory.h.


The documentation for this class was generated from the following files: