HomeSort by relevance Sort by last modified time
    Searched refs:HasBeenNotified (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/platform/default/
notification.h 41 assert(!HasBeenNotified());
46 bool HasBeenNotified() const {
51 if (!HasBeenNotified()) {
53 while (!HasBeenNotified()) {
63 bool notified = HasBeenNotified();
67 notified = HasBeenNotified();
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.cc 62 if (!stop_thread_.HasBeenNotified()) {
74 while (!stop_thread_.HasBeenNotified()) {
shared_batch_scheduler_test.cc 61 while (!stop->HasBeenNotified()) {
231 EXPECT_FALSE(first_batch_processed.HasBeenNotified());
240 EXPECT_FALSE(second_batch_processed.HasBeenNotified());
248 EXPECT_FALSE(third_batch_processed.HasBeenNotified());
352 if (!queue_0_first_batch_scheduled.HasBeenNotified()) {
355 } else if (!queue_0_second_batch_scheduled.HasBeenNotified()) {
401 EXPECT_FALSE(queue_0_second_batch_scheduled.HasBeenNotified());
415 if (!processing.HasBeenNotified()) {
470 if (!queue_0_processing.HasBeenNotified()) {
585 EXPECT_FALSE(queue_destroyed.HasBeenNotified());
    [all...]
batch_scheduler.h 265 return const_cast<Notification*>(&closed_)->HasBeenNotified();
batch_scheduler_test.cc 111 EXPECT_FALSE(deleted.HasBeenNotified());
adaptive_shared_batch_scheduler_test.cc 60 while (!stop->HasBeenNotified()) {
469 ASSERT_TRUE(finish_processing.HasBeenNotified());
  /external/tensorflow/tensorflow/core/debug/
debug_gateway_test.cc 139 if (node_name == y_neg_ && !callbacks_done.HasBeenNotified()) {
294 if (node_name == y_neg_ && !callbacks_done.HasBeenNotified()) {
415 !callbacks_done.HasBeenNotified()) {
573 if (!callbacks_done.HasBeenNotified()) {
722 if (node_name == init_node_name_ && !callbacks_done.HasBeenNotified()) {
824 !callbacks_done.HasBeenNotified()) {
    [all...]
debug_grpc_io_utils_test.cc 221 if (this_count == kSends - 1 && !all_done.HasBeenNotified()) {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_allocator_retry_test.cc 146 } while (!notifier_.HasBeenNotified());
gpu_event_mgr.cc 132 while (!stop_polling_->HasBeenNotified()) {
  /external/tensorflow/tensorflow/cc/training/
coordinator_test.cc 49 EXPECT_FALSE(done.HasBeenNotified());
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_test.cc 317 while (!extend_done.HasBeenNotified()) {
335 while (!extend_done.HasBeenNotified()) {
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc     [all...]
direct_session_test.cc 866 ASSERT_TRUE(CancellationMgrPollingOp::notification.HasBeenNotified());
    [all...]

Completed in 441 milliseconds