Searched refs:kOpAttrNameReplaceMap (Results 1 – 1 of 1) sorted by relevance
42 std::map<std::string, std::string> kOpAttrNameReplaceMap = { variable404 if (kOpAttrNameReplaceMap.find(attr_name) != kOpAttrNameReplaceMap.end()) { in AddPyAttr()405 attr_name = kOpAttrNameReplaceMap[attr_name]; in AddPyAttr()