Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc196 int64 max_prefetches; member
228 copies.max_prefetches = in CountMaximumOutstandingAsyncCopies()
229 std::max(copies.max_prefetches, current_prefetches); in CountMaximumOutstandingAsyncCopies()
230 copies.max_prefetches = std::max(copies.max_evictions, current_evictions); in CountMaximumOutstandingAsyncCopies()
548 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_prefetches, 0); in TEST_P()
557 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_prefetches, 1); in TEST_P()
566 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_prefetches, 2); in TEST_P()