Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ BlockUntilDone
Method
BlockUntilDone
tensorflow/stream_executor/host/host_stream.cc:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void HostStream::BlockUntilDone() {
82
absl::Notification done;
83
EnqueueTask([&done]() { done.Notify(); });
84
done.WaitForNotification();
85
}
86
87
} // namespace host
88
Callers
1
BlockHostUntilDone
Method · 0.45
Calls
2
Notify
Method · 0.45
WaitForNotification
Method · 0.45
Tested by
no test coverage detected