Public Member Functions | |
| AsyncTaskGraph (ExecutorHelper *helper, const ExecutionOptions &options) | |
| bool | CreateNode (int node_id, const std::vector< OperatorBase * > &ops) override |
| bool | AddDependency (int child_node_id, const std::vector< int > &parent_node_ids) override |
| void | FreezeGraph () override |
| AsyncTaskFuture * | ExecuteGraph () override |
| AsyncTaskFuture * | GetFuture () override |
| void | Reset () override |
Definition at line 41 of file net_async_task_graph.h.
1.8.11