Home
last modified time | relevance | path

Searched refs:WaitUntilClosed (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h111 void WaitUntilClosed() const;
192 WaitUntilClosed(); in ~Batch()
269 void Batch<TaskType>::WaitUntilClosed() const { in WaitUntilClosed() function
Dbatch_scheduler_test.cc83 TEST(BatchTest, WaitUntilClosed) { in TEST() argument
93 batch.WaitUntilClosed(); in TEST()