Searched refs:DelAttr (Results 1 – 6 of 6) sorted by relevance
45 .def("_del_attr", &Cell::DelAttr, "Delete Cell attr.") in __anona0da55530102()
433 (void)prim->DelAttr(name); in DelPyAttr()
82 void Cell::DelAttr(const std::string &name) { attrs_.erase(name); } in DelAttr() function in mindspore::Cell
46 void DelAttr(const std::string &name);
63 Primitive &DelAttr(const std::string &name) { in DelAttr() function
75 dst_prim->DelAttr(ops::kPaddingMode); in AdjustPadAttr()