Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::AsyncTaskGraph Class Reference
Inheritance diagram for caffe2::AsyncTaskGraph:
caffe2::AsyncTaskGraphBase

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
 
AsyncTaskFutureExecuteGraph () override
 
AsyncTaskFutureGetFuture () override
 
void Reset () override
 

Detailed Description

Definition at line 41 of file net_async_task_graph.h.


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