Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ WaitUntilClosed
Method
WaitUntilClosed
tensorflow/core/kernels/batching_util/batch_scheduler.h:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
268
template <typename TaskType>
269
void Batch<TaskType>::WaitUntilClosed() const {
270
const_cast<Notification*>(&closed_)->WaitForNotification();
271
}
272
273
template <typename TaskType>
274
void Batch<TaskType>::Close() {
Callers
1
TEST
Function · 0.80
Calls
1
WaitForNotification
Method · 0.45
Tested by
1
TEST
Function · 0.64