Home
last modified time | relevance | path

Searched refs:SimpleGraphExecutorImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsimple_graph_executor_impl.cpp9 SimpleGraphExecutorImpl::SimpleGraphExecutorImpl( in SimpleGraphExecutorImpl() function in torch::jit::SimpleGraphExecutorImpl
14 const ExecutionPlan& SimpleGraphExecutorImpl::getPlanFor( in getPlanFor()
31 GraphExecutorState SimpleGraphExecutorImpl::getDebugState() { in getDebugState()
H A Dsimple_graph_executor_impl.h8 struct TORCH_API SimpleGraphExecutorImpl : public GraphExecutorImplBase { struct
9 SimpleGraphExecutorImpl(
17 ~SimpleGraphExecutorImpl() override = default;
H A Dgraph_executor.cpp807 new SimpleGraphExecutorImpl( in GraphExecutor()
820 new SimpleGraphExecutorImpl( in GraphExecutor()