Is this TensorList the only one with a reference to the underlying container?
| 157 | // Is this TensorList the only one with a reference to the underlying |
| 158 | // container? |
| 159 | bool RefCountIsOne() const { return tensors_->RefCountIsOne(); } |
| 160 | |
| 161 | private: |
| 162 | class Tensors : public core::RefCounted { |
no outgoing calls
no test coverage detected