Home
last modified time | relevance | path

Searched refs:GetAttrConvertPair (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc196 AttrConverterPair CheckAndConvertUtils::GetAttrConvertPair(const std::string &op_type, const std::s… in GetAttrConvertPair() function in mindspore::CheckAndConvertUtils
222 auto attr_map_pair = GetAttrConvertPair(op_type, attr_name); in ConvertAttrValueToInt()
259 auto attr_map_pair = GetAttrConvertPair(op_type, attr_name); in ConvertAttrValueToString()
Dcheck_convert_utils.h299 …static AttrConverterPair GetAttrConvertPair(const std::string &op_type, const std::string &attr_na…