Home
last modified time | relevance | path

Searched defs:use_compile_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dcompile_cache_context.h68 void SetUseCompileCache(bool use_compile_cache) { use_compile_cache_ = use_compile_cache; } in SetUseCompileCache()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_graph_executor.cc924 auto use_compile_cache = compile_cache_context.UseCompileCache(); in BuildGraph() local
950 auto use_compile_cache = compile_cache_context.UseCompileCache(); in CompileGraph() local
1098 auto use_compile_cache = compile_cache_context.UseCompileCache(); in CompileGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dpipeline.cc1102 void GraphExecutorPy::ParallelPostProcess(const std::string &phase, bool use_compile_cache) { in ParallelPostProcess()
1164 bool use_compile_cache = resource->EnableCompileCache() && resource->func_graph(); in CompileInner() local
1245 bool use_compile_cache = enable_compile_cache && resource->func_graph(); in CompileInner() local