Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/training/queue_runner_test.cc

      // The expected behavior is the QueueRunner::Join() call is blocked until
      // Session::Close() is called.
      bool join_succeeded = false;
      Notification join_done;
      Env::Default()->SchedClosure(
          std::bind(&JoinThread, qr.get(), &join_succeeded, &join_done));
    
      Env::Default()->SleepForMicroseconds(10000000);
      EXPECT_EQ(join_succeeded, false);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 21 06:27:51 UTC 2019
    - 14.7K bytes
    - Viewed (0)
Back to top