Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dcollective_ops_test.cc362 const int64_t kRunsPerThread = 10; in XLA_TEST_F() local
384 tensorflow::BlockingCounter done(kNumThreads * kRunsPerThread); in XLA_TEST_F()
387 for (int64_t i = 0; i < kNumThreads * kRunsPerThread; ++i) { in XLA_TEST_F()