Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dcell_py.cc45 .def("_del_attr", &Cell::DelAttr, "Delete Cell attr.") in __anona0da55530102()
Dprimitive_py.cc433 (void)prim->DelAttr(name); in DelPyAttr()
/third_party/mindspore/mindspore/core/ir/
Dcell.cc82 void Cell::DelAttr(const std::string &name) { attrs_.erase(name); } in DelAttr() function in mindspore::Cell
Dcell.h46 void DelAttr(const std::string &name);
Dprimitive.h63 Primitive &DelAttr(const std::string &name) { in DelAttr() function
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dpad_fusion_mapper.cc75 dst_prim->DelAttr(ops::kPaddingMode); in AdjustPadAttr()