MCPcopy 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
263template <typename TaskType>
264bool Batch<TaskType>::IsClosed() const {
265 return const_cast<Notification*>(&closed_)->HasBeenNotified();
266}
267
268template <typename TaskType>
269void Batch<TaskType>::WaitUntilClosed() const {

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

HasBeenNotifiedMethod · 0.80

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36