Home | Sort by relevance Sort by last modified time |
/external/tensorflow/tensorflow/core/kernels/batching_util/ | |
fake_clock_env.cc | 32 it->wake_notification->Notify(); 80 Notification wake_notification; local 83 sleeping_threads_.push_back({current_time_ + micros, &wake_notification}); 85 wake_notification.WaitForNotification(); |
fake_clock_env.h | 65 Notification* wake_notification; member in struct:tensorflow::serving::test_util::FakeClockEnv::SleepingThread |