Home
last modified time | relevance | path

Searched refs:getGraphExecutorOptimize (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp485 if (!getGraphExecutorOptimize()) { in runProfilingOptimizations()
544 if (getGraphExecutorOptimize()) { in runProfilingInsensitiveOptimizations()
566 if (!getGraphExecutorOptimize()) { in runProfilingInsensitiveOptimizations()
621 if (!getGraphExecutorOptimize() || !getProfilingMode()) { in getOptimizedPlanFor()
H A Dgraph_executor.h123 : old_state_(getGraphExecutorOptimize()) { in GraphOptimizerEnabledGuard()
H A Dgraph_executor.cpp67 old_get_optimize = getGraphExecutorOptimize(); in EnableProfilingGuard()
639 return getGraphExecutorOptimize() ? getOrCompile(stack) in getPlanFor()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dupdate_graph_executor_opt.h5 TORCH_API bool getGraphExecutorOptimize();
H A Dupdate_graph_executor_opt.cpp9 bool getGraphExecutorOptimize() { in getGraphExecutorOptimize() function
H A Dscript_init.cpp2118 bool old_value = getGraphExecutorOptimize(); in initJitScriptBindings()
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.cpp106 if (getGraphExecutorOptimize()) { in optimized_graph()