Home
last modified time | relevance | path

Searched refs:GetOpDebugPath (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc106 std::string TbeUtils::GetOpDebugPath() { in GetOpDebugPath() function in mindspore::kernel::tbe::TbeUtils
178 soc_info_json["op_debug_dir"] = GetOpDebugPath(); in GenSocInfo()
199 auto config_path = TbeUtils::GetOpDebugPath(); in SaveJsonInfo()
222 auto config_path = TbeUtils::GetOpDebugPath(); in LoadCache()
394 auto config_path = TbeUtils::GetOpDebugPath(); in GetCompileInfo()
420 auto config_path = TbeUtils::GetOpDebugPath(); in SaveCompileInfo()
508 auto config_path = TbeUtils::GetOpDebugPath(); in GetKernelPack()
Dtbe_utils.h53 static std::string GetOpDebugPath();
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_build_ascend.cc114 auto config_path = TbeUtils::GetOpDebugPath(); in KernelBuildParallelCompile()