Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc42 std::map<std::string, std::string> kOpAttrNameReplaceMap = { variable
404 if (kOpAttrNameReplaceMap.find(attr_name) != kOpAttrNameReplaceMap.end()) { in AddPyAttr()
405 attr_name = kOpAttrNameReplaceMap[attr_name]; in AddPyAttr()