Home
last modified time | relevance | path

Searched defs:RefCountIsOne (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_list.h142 bool RefCountIsOne() const { return tensors_->RefCountIsOne(); } in RefCountIsOne() function
H A Dtensor_map.h163 bool RefCountIsOne() const { return tensors_->RefCountIsOne(); } in RefCountIsOne() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Drefcount.h298 inline bool RefCounted::RefCountIsOne() const { in RefCountIsOne() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.cc766 bool Tensor::RefCountIsOne() const { in RefCountIsOne() function in tensorflow::Tensor