Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.h61 static void GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag);
Dtbe_utils.cc382 void TbeUtils::GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag) { in GetCompileInfo() function in mindspore::kernel::tbe::TbeUtils
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_core_dynamic_kernel.cc84 TbeUtils::GetCompileInfo(cnode, &op_compile_info_, &get_flag); in ParseCompileJson()