MCPcopy 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
53inline void AllocatorRetry::NotifyDealloc() {
54 mutex_lock l(mu_);
55 memory_returned_.notify_all();
56}
57
58} // namespace tensorflow
59

Callers 3

DeallocateRawMethod · 0.80
SetSafeFrontierMethod · 0.80
DeallocateRawMethod · 0.80

Calls 1

notify_allMethod · 0.80

Tested by 1

DeallocateRawMethod · 0.64