TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
FixedThreadPool (int num_threads) | |
FixedThreadPool (const FixedThreadPool &)=delete | |
FixedThreadPool & | operator= (const FixedThreadPool &)=delete |
void | Schedule (std::function< void()> func) |
Definition at line 35 of file fixed_thread_pool.h.