Searched defs:RefCountIsOne (Results 1 – 4 of 4) sorted by relevance
118 inline bool RefCounted::RefCountIsOne() const { in RefCountIsOne() function
142 bool RefCountIsOne() const { return tensors_->RefCountIsOne(); } in RefCountIsOne() function
163 bool RefCountIsOne() const { return tensors_->RefCountIsOne(); } in RefCountIsOne() function
718 bool Tensor::RefCountIsOne() const { in RefCountIsOne() function in tensorflow::Tensor