Public Member Functions | |
GraphExecutor (std::shared_ptr< Graph > graph, bool optimize=true) | |
void | run (Stack &inputs) |
operator bool () const | |
std::shared_ptr< Graph > | graph () const |
std::shared_ptr< Graph > | graphFor (const Stack &inputs) const |
GraphExecutorState | getDebugState () |
void | debugDisableAutodiffSubgraphInlining () |
Definition at line 30 of file graph_executor.h.