Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ EndpointDeleter
Function
EndpointDeleter
tensorflow/contrib/gdr/gdr_memory_manager.cc:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void EndpointDeleter(rdma_cm_id* id) {
94
if (id) {
95
rdma_destroy_ep(id);
96
}
97
}
98
99
void MRDeleter(ibv_mr* mr) {
100
if (mr) {
Callers
1
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected