Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/
Dgen_utils.py107 def check_change_and_replace_file(last_file_path, tmp_file_path): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Ddpico_pass.cc457 auto tmp_file_path = MapperConfigParser::GetInstance()->GetOutputPath(); in WriteOmBufferToFile() local
477 auto tmp_file_path = MapperConfigParser::GetInstance()->GetOutputPath(); in RemoveTemporaryFiles() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dmetadata_collector.rs464 let tmp_file_path = file.to_string_lossy(); in get_lint_output() localVariable