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

Function UnrefIfNonNull

tensorflow/core/framework/tensor.cc:670–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void UnrefIfNonNull(core::RefCounted* buf) {
671 if (buf) buf->Unref();
672}
673
674} // end namespace
675

Callers 4

~TensorMethod · 0.85
CopyFromInternalMethod · 0.85
BitcastFromMethod · 0.85
FromProtoMethod · 0.85

Calls 1

UnrefMethod · 0.45

Tested by

no test coverage detected