Home
last modified time | relevance | path

Searched defs:attrKey (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h144 …int setAttr(const OperatorPtr &op, const std::string &attrKey, const std::shared_ptr<T> &attrValue… in setAttr()
148 int setAttr(const OperatorPtr &op, const std::string &attrKey, const T &attrValue) { in setAttr()
Dop_adapter.h270 …int setAttr(const OperatorPtr &op, const std::string &attrKey, const ValuePtr &attrValue) override… in setAttr()