Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator()
Method
operator()
tensorflow/python/lib/core/safe_ptr.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
struct TFETensorHandleDeleter {
38
void operator()(TFE_TensorHandle* p) const { TFE_DeleteTensorHandle(p); }
39
};
40
41
struct TFStatusDeleter {
Callers
nothing calls this directly
Calls
1
TFE_DeleteTensorHandle
Function · 0.85
Tested by
no test coverage detected