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:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
struct TFStatusDeleter {
42
void operator()(TF_Status* p) const { TF_DeleteStatus(p); }
43
};
44
45
} // namespace detail
Callers
nothing calls this directly
Calls
1
TF_DeleteStatus
Function · 0.85
Tested by
no test coverage detected