Searched refs:PrimAttrConvertMap (Results 1 – 1 of 1) sorted by relevance
110 static std::map<std::string, std::map<std::string, AttrConverterPair>> PrimAttrConvertMap = { variable201 auto op_attr_map_it = PrimAttrConvertMap.find(op_type); in GetAttrConvertPair()202 if (op_attr_map_it == PrimAttrConvertMap.end()) { in GetAttrConvertPair()