Searched refs:AttrConverterPair (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.cc | 87 AttrConverterPair DataFormatConverter(DataFormatToEnumMap, DataFormatToStrMap); 88 AttrConverterPair PadModeConverter(PadModToEnumMap, PadModToStrMap); 89 AttrConverterPair PadModeUpperConverter(PadModToEnumUpperMap, PadModToStrUpperMap); 90 AttrConverterPair ReductionConverter(ReductionToEnumMap, ReductionToStrMap); 92 static std::map<std::string, AttrConverterPair> FormatAndPadAttrMap = { 97 static std::map<std::string, AttrConverterPair> FormatAndPadUpperAttrMap = { 102 static std::map<std::string, AttrConverterPair> DataFormatMap = { 106 static std::map<std::string, AttrConverterPair> ReductionMap = { 110 static std::map<std::string, std::map<std::string, AttrConverterPair>> PrimAttrConvertMap = { 196 AttrConverterPair CheckAndConvertUtils::GetAttrConvertPair(const std::string &op_type, const std::s… in GetAttrConvertPair() [all …]
|
D | check_convert_utils.h | 33 typedef std::pair<std::map<std::string, int64_t>, std::map<int64_t, std::string>> AttrConverterPair; typedef 299 …static AttrConverterPair GetAttrConvertPair(const std::string &op_type, const std::string &attr_na…
|