Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dlite_kernel.cc42 size_t init_ref_count = 0; in InitOutTensorInitRefCount() local
Dtensor.h152 virtual int init_ref_count() const { return this->init_ref_count_; } in init_ref_count() function