Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc197 int64 max_evictions; member
230 copies.max_prefetches = std::max(copies.max_evictions, current_evictions); in CountMaximumOutstandingAsyncCopies()
549 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_evictions, 0); in TEST_P()
558 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_evictions, 1); in TEST_P()
567 EXPECT_LE(CountMaximumOutstandingAsyncCopies(*module).max_evictions, 2); in TEST_P()