Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsClosed
Method
IsClosed
tensorflow/core/kernels/batching_util/batch_scheduler.h:264–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
263
template <typename TaskType>
264
bool Batch<TaskType>::IsClosed() const {
265
return const_cast<Notification*>(&closed_)->HasBeenNotified();
266
}
267
268
template <typename TaskType>
269
void Batch<TaskType>::WaitUntilClosed() const {
Callers
6
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
MaybeScheduleClosedBatch
Method · 0.45
TEST
Function · 0.45
Calls
1
HasBeenNotified
Method · 0.80
Tested by
5
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36