Searched defs:use_compile_cache (Results 1 – 3 of 3) sorted by relevance
68 void SetUseCompileCache(bool use_compile_cache) { use_compile_cache_ = use_compile_cache; } in SetUseCompileCache()
924 auto use_compile_cache = compile_cache_context.UseCompileCache(); in BuildGraph() local950 auto use_compile_cache = compile_cache_context.UseCompileCache(); in CompileGraph() local1098 auto use_compile_cache = compile_cache_context.UseCompileCache(); in CompileGraph() local
1102 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() local1245 bool use_compile_cache = enable_compile_cache && resource->func_graph(); in CompileInner() local