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:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
struct TFTensorDeleter {
34
void operator()(TF_Tensor* p) const { TF_DeleteTensor(p); }
35
};
36
37
struct TFETensorHandleDeleter {
Callers
nothing calls this directly
Calls
1
TF_DeleteTensor
Function · 0.85
Tested by
no test coverage detected