Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::GraphExecutor Struct Reference

Public Member Functions

 GraphExecutor (std::shared_ptr< Graph > graph, bool optimize=true)
 
void run (Stack &inputs)
 
 operator bool () const
 
std::shared_ptr< Graphgraph () const
 
std::shared_ptr< GraphgraphFor (const Stack &inputs) const
 
GraphExecutorState getDebugState ()
 
void debugDisableAutodiffSubgraphInlining ()
 

Detailed Description

Definition at line 30 of file graph_executor.h.


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