Home
last modified time | relevance | path

Searched refs:debugFlushCompilationCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.h25 void debugFlushCompilationCache();
H A Dgraph_executor.h93 void debugFlushCompilationCache();
H A Dgraph_executor.cpp848 void GraphExecutor::debugFlushCompilationCache() { in debugFlushCompilationCache() function in torch::jit::GraphExecutor
851 ppImpl->debugFlushCompilationCache(); in debugFlushCompilationCache()
H A Dprofiling_graph_executor_impl.cpp807 void ProfilingGraphExecutorImpl::debugFlushCompilationCache() { in debugFlushCompilationCache() function in torch::jit::ProfilingGraphExecutorImpl
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp1516 .debugFlushCompilationCache(); in initJitScriptBindings()
1573 return self.get_executor().debugFlushCompilationCache(); in initJitScriptBindings()