Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc204 int64 current_prefetches = 0; in CountMaximumOutstandingAsyncCopies() local
214 current_prefetches++; in CountMaximumOutstandingAsyncCopies()
222 current_prefetches--; in CountMaximumOutstandingAsyncCopies()
229 std::max(copies.max_prefetches, current_prefetches); in CountMaximumOutstandingAsyncCopies()