Searched refs:GetJsonName (Results 1 – 6 of 6) sorted by relevance
71 std::string GetJsonName() { return json_name_; } in GetJsonName() function
53 MS_LOG(DEBUG) << "Json name is : " << GetJsonName() << ", fusion json:" << fusion_json->dump(); in GenJson()
50 …MS_LOG(DEBUG) << "Json info name is : " << GetJsonName() << ", kernel json:" << kernel_json->dump(… in GenJson()
556 auto json_name = json_creator->GetJsonName(); in AscendPreBuild()603 auto json_name = json_creator->GetJsonName(); in AscendSingleOpCompile()670 auto json_name = json_creator->GetJsonName(); in AscendFusionOpCompile()
393 auto json_name = json_creator->GetJsonName(); in GetCompileInfo()
757 static PyObject* GetJsonName(PyBaseDescriptor* self, void *closure) { in GetJsonName() function967 { "json_name", (getter)GetJsonName, NULL, "Json name"},