Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc205 int64 current_evictions = 0; in CountMaximumOutstandingAsyncCopies() local
216 current_evictions++; in CountMaximumOutstandingAsyncCopies()
224 current_evictions--; in CountMaximumOutstandingAsyncCopies()
230 copies.max_prefetches = std::max(copies.max_evictions, current_evictions); in CountMaximumOutstandingAsyncCopies()