Home
last modified time | relevance | path

Searched refs:PrimalAttrGuard (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dprimal_attr.h49 class PrimalAttrGuard {
51 explicit PrimalAttrGuard(const std::unordered_map<std::string, ValuePtr> &primal_attrs) { in PrimalAttrGuard() function
54 ~PrimalAttrGuard() { PrimalAttrManager::GetInstance().ClearPrimalAttr(); } in ~PrimalAttrGuard()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.h196 PrimalAttrGuard primal_attr_guard(primal_attrs); in BpropToK()