Searched refs:GetCompileInfo (Results 1 – 3 of 3) sorted by relevance
61 static void GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag);
382 void TbeUtils::GetCompileInfo(const AnfNodePtr &node, std::string *compile_info, bool *get_flag) { in GetCompileInfo() function in mindspore::kernel::tbe::TbeUtils
84 TbeUtils::GetCompileInfo(cnode, &op_compile_info_, &get_flag); in ParseCompileJson()