Home
last modified time | relevance | path

Searched defs:getDebugState (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/jit/runtime/
Dsimple_graph_executor_impl.cpp31 GraphExecutorState SimpleGraphExecutorImpl::getDebugState() { in getDebugState() function in torch::jit::SimpleGraphExecutorImpl
Dgraph_executor.cpp643 GraphExecutorState getDebugState() override { in getDebugState() function
844 GraphExecutorState GraphExecutor::getDebugState() { in getDebugState() function in torch::jit::GraphExecutor
Dprofiling_graph_executor_impl.cpp723 GraphExecutorState ProfilingGraphExecutorImpl::getDebugState() { in getDebugState() function in torch::jit::ProfilingGraphExecutorImpl
/external/pytorch/torch/csrc/jit/api/
Dfunction_impl.h72 GraphExecutorState getDebugState() { in getDebugState() function