Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
670
void UnrefIfNonNull(core::RefCounted* buf) {
671
if (buf) buf->Unref();
672
}
673
674
} // end namespace
675
Callers
4
~Tensor
Method · 0.85
CopyFromInternal
Method · 0.85
BitcastFrom
Method · 0.85
FromProto
Method · 0.85
Calls
1
Unref
Method · 0.45
Tested by
no test coverage detected