Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h298 …static void ConvertAttrValueInLoad(const std::string &op_type, const std::string &attr_name, Value…
Dcheck_convert_utils.cc284 void CheckAndConvertUtils::ConvertAttrValueInLoad(const std::string &op_type, const std::string &at… in ConvertAttrValueInLoad() function in mindspore::CheckAndConvertUtils
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.cc541 CheckAndConvertUtils::ConvertAttrValueInLoad(op_type, attr_name, &res); in GetAttrValueForCNode()