Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Release
Method
Release
tensorflow/compiler/xrt/xrt_refptr.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
private:
91
static void Release(T* ptr) {
92
if (ptr != nullptr) {
93
ptr->Unref();
94
}
95
}
96
97
static void Acquire(T* ptr) {
98
if (ptr != nullptr) {
Callers
10
AllocateScopedShapedBuffer
Function · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
GetInputBuffers
Function · 0.45
DoWork
Method · 0.45
Compute
Method · 0.45
AllocateShapedBuffer
Method · 0.45
Calls
1
Unref
Method · 0.45
Tested by
no test coverage detected