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

Public Member Functions

void Schedule (std::function< void()> fn) override
 

Detailed Description

Definition at line 30 of file inline_executor.h.

Member Function Documentation

◆ Schedule()

void tensorflow::serving::InlineExecutor::Schedule ( std::function< void()>  fn)
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.


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