Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h440 int64 max_outstanding_prefetches = -1; member
Dmemory_space_assignment.cc2148 if (options_.max_outstanding_prefetches < 0 && is_prefetch) { in ViolatesMaximumOutstandingAsyncCopies()
2161 options_.max_outstanding_prefetches + extra_async_copy_limit; in ViolatesMaximumOutstandingAsyncCopies()
Dmemory_space_assignment_test.cc136 options.max_outstanding_prefetches = max_outstanding_async_copies; in AssignMemorySpace()