Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CountThread (0.09 sec)

  1. tensorflow/cc/training/coordinator_test.cc

        join_counter_ = join_counter;
      }
    
      void StartCounting(std::atomic<int>* counter, int until,
                         Notification* start = nullptr) {
        thread_pool_->Schedule(
            std::bind(&MockQueueRunner::CountThread, this, counter, until, start));
      }
    
      void StartSettingStatus(const Status& status, BlockingCounter* counter,
                              Notification* start) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 23 09:10:43 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top