Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h89 void SetAttrs(const DAttrs &attrs) { attrs_ = attrs; } in SetAttrs() function
/third_party/mindspore/mindspore/core/ir/
Dprimitive.h68 Primitive &SetAttrs(const std::unordered_map<std::string, ValuePtr> &attrs) { in SetAttrs() function