static*/
| 28 | } |
| 29 | |
| 30 | /*static*/ bool XlaTensor::RefCountIsOne(const Tensor& tensor) { |
| 31 | return tensor.RefCountIsOne(); |
| 32 | } |
| 33 | |
| 34 | /*static*/ se::DeviceMemoryBase XlaTensor::DeviceMemoryFromTensor( |
| 35 | const Tensor& tensor) { |
no outgoing calls
no test coverage detected