MCPcopy 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
268template <typename TaskType>
269void Batch<TaskType>::WaitUntilClosed() const {
270 const_cast<Notification*>(&closed_)->WaitForNotification();
271}
272
273template <typename TaskType>
274void Batch<TaskType>::Close() {

Callers 1

TESTFunction · 0.80

Calls 1

WaitForNotificationMethod · 0.45

Tested by 1

TESTFunction · 0.64