Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h416 int attached_mng_cnt() const { return attached_mng_cnt_; } in attached_mng_cnt()
417 void IncAttachedMngCnt() { attached_mng_cnt_++; } in IncAttachedMngCnt()
418 void DecAttachedMngCnt() { attached_mng_cnt_--; } in DecAttachedMngCnt()
472 int attached_mng_cnt_ = 0; variable