Home
last modified time | relevance | path

Searched defs:ResetRefCount (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Ddevice_sync.h60 void ResetRefCount() { ref_count_ = original_ref_count_; } in ResetRefCount() function
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.h121 void ResetRefCount() override { in ResetRefCount() function
Dtensor.h160 virtual void ResetRefCount() { set_ref_count(static_cast<int>(this->init_ref_count_)); } in ResetRefCount() function