Home
last modified time | relevance | path

Searched defs:AddAttr (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dcell_py.cc25 void CellPy::AddAttr(CellPtr cell, const std::string &name, const py::object &obj) { in AddAttr() function in mindspore::CellPy
/third_party/mindspore/mindspore/core/ir/
Dcell.h45 void AddAttr(const std::string &name, const ValuePtr &attr) { attrs_[name] = attr; } in AddAttr() function
Dprimitive.h55 Primitive &AddAttr(const std::string &name, const ValuePtr &attr) { in AddAttr() function
Danf.h305 void AddAttr(const std::string &name, const ValuePtr &attr) { attrs_[name] = attr; } in AddAttr() function