Home
last modified time | relevance | path

Searched defs:executor_mode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp95 static std::atomic<bool> executor_mode{true}; variable
98 static std::atomic<bool> executor_mode{true}; variable
H A Dgraph_executor.cpp64 auto& executor_mode = getExecutorMode(); in EnableProfilingGuard() local
816 ExecutorExecutionMode executor_mode) in GraphExecutor()