MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RefCountIsOne

Method RefCountIsOne

tensorflow/compiler/jit/xla_tensor.cc:30–32  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

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) {

Callers 3

IsExclusiveOwnerMethod · 0.45
~XRTCompilationCacheMethod · 0.45
DiscardEntryRefLockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected