TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
void | Schedule (std::function< void()> fn) override |
Definition at line 30 of file inline_executor.h.
|
overridevirtual |
Schedule the specified 'fn' for execution in this executor. Depending on the subclass implementation, this may block in some situations.
Implements tensorflow::serving::Executor.
Definition at line 27 of file inline_executor.cc.