Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NotifyDealloc
Method
NotifyDealloc
tensorflow/core/common_runtime/allocator_retry.h:53–56 ·
view source on GitHub ↗
Implementation details below
Source
from the content-addressed store, hash-verified
51
52
// Implementation details below
53
inline void AllocatorRetry::NotifyDealloc() {
54
mutex_lock l(mu_);
55
memory_returned_.notify_all();
56
}
57
58
} // namespace tensorflow
59
Callers
3
DeallocateRaw
Method · 0.80
SetSafeFrontier
Method · 0.80
DeallocateRaw
Method · 0.80
Calls
1
notify_all
Method · 0.80
Tested by
1
DeallocateRaw
Method · 0.64