Home
last modified time | relevance | path

Searched refs:cache_file_existed (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc269 bool cache_file_existed = f.good(); in FileExists() local
271 return cache_file_existed; in FileExists()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc180 bool cache_file_existed = f.good(); in GetCachedFuncGraph() local
182 if (!cache_file_existed) { in GetCachedFuncGraph()