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

Public Member Functions

bool hasMutableOperators (Block *block)
 
 GraphExecutorImpl (std::shared_ptr< Graph > graph, bool optimize)
 
void run (Stack &stack)
 
std::shared_ptr< GraphgraphFor (const Stack &stack) const
 
GraphExecutorState getDebugState ()
 
void debugDisableAutodiffSubgraphInlining ()
 

Static Public Member Functions

static std::shared_ptr< GraphprepareGraph (std::shared_ptr< Graph > &graph)
 
static size_t countFlatInputs (const TypePtr &ptr)
 
static size_t countFlatInputs (const std::shared_ptr< Graph > &graph)
 

Friends

struct GraphExecutor
 

Detailed Description

Definition at line 320 of file graph_executor.cpp.


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