Searched refs:GraphExecutorImplBase (Results 1 – 7 of 7) sorted by relevance
573 void GraphExecutorImplBase::run(Stack& stack) { in run()590 c10::intrusive_ptr<Future> GraphExecutorImplBase::runAsync( in runAsync()626 struct GraphExecutorImpl : public GraphExecutorImplBase {630 : GraphExecutorImplBase(graph, std::move(function_name)), in GraphExecutorImpl()802 dynamic_cast<GraphExecutorImplBase*>( in GraphExecutor()806 : dynamic_cast<GraphExecutorImplBase*>( in GraphExecutor()810 : dynamic_cast<GraphExecutorImplBase*>( in GraphExecutor()819 ? dynamic_cast<GraphExecutorImplBase*>( in GraphExecutor()823 : dynamic_cast<GraphExecutorImplBase*>( in GraphExecutor()
57 struct GraphExecutorImplBase { struct65 GraphExecutorImplBase( in GraphExecutorImplBase() function83 virtual ~GraphExecutorImplBase() = default;
62 struct GraphExecutorImplBase;98 std::shared_ptr<GraphExecutorImplBase> pImpl;
8 struct TORCH_API SimpleGraphExecutorImpl : public GraphExecutorImplBase {
12 : GraphExecutorImplBase(graph, std::move(function_name)) {} in SimpleGraphExecutorImpl()
14 struct TORCH_API ProfilingGraphExecutorImpl : public GraphExecutorImplBase {
601 : GraphExecutorImplBase(graph, std::move(function_name)) { in ProfilingGraphExecutorImpl()