Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h297 …static void ConvertAttrValueInExport(const std::string &op_type, const std::string &attr_name, Val…
Dcheck_convert_utils.cc274 void CheckAndConvertUtils::ConvertAttrValueInExport(const std::string &op_type, const std::string &… in ConvertAttrValueInExport() function in mindspore::CheckAndConvertUtils
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc520 CheckAndConvertUtils::ConvertAttrValueInExport(type_name, attr.first, &attr_value); in BuildCNode()