Home
last modified time | relevance | path

Searched defs:HasAttr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dcell.h52 bool HasAttr(const std::string &attr_name) const { in HasAttr() function
Dprimitive.h94 bool HasAttr() const { return !attrs_.empty(); } in HasAttr() function
95 bool HasAttr(const std::string &attrName) const { in HasAttr() function
Danf.h311 bool HasAttr(const std::string &name) const { return attrs_.find(name) != attrs_.cend(); } in HasAttr() function