Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Notify
Method
Notify
tensorflow/core/platform/default/notification.h:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Notify() {
40
mutex_lock l(mu_);
41
assert(!HasBeenNotified());
42
notified_.store(true, std::memory_order_release);
43
cv_.notify_all();
44
}
45
46
bool HasBeenNotified() const {
47
return notified_.load(std::memory_order_acquire);
Callers
15
AddRequest
Method · 0.45
~MPISendTensorCall
Method · 0.45
BlockOnThreadExecutor
Function · 0.45
CreateStreamDependency
Method · 0.45
RecordEvent
Method · 0.45
BlockUntilDone
Method · 0.45
LoadHsaco
Method · 0.45
LoadPtx
Method · 0.45
TEST_F
Function · 0.45
GetNextWorkLocked
Method · 0.45
Compute
Method · 0.45
StartCancel
Method · 0.45
Calls
1
notify_all
Method · 0.80
Tested by
15
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
RunTest
Method · 0.36
InitTensor
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
Run
Method · 0.36
RunTest
Method · 0.36