Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc110 static std::map<std::string, std::map<std::string, AttrConverterPair>> PrimAttrConvertMap = { variable
201 auto op_attr_map_it = PrimAttrConvertMap.find(op_type); in GetAttrConvertPair()
202 if (op_attr_map_it == PrimAttrConvertMap.end()) { in GetAttrConvertPair()