Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc1316 absl::optional<int64> earliest_prefetch_time = absl::nullopt; in AllocateAllocationValues() local
1392 earliest_prefetch_time = in AllocateAllocationValues()
1397 << "Earliest prefetch time = " << *earliest_prefetch_time; in AllocateAllocationValues()
1418 request.earliest_prefetch_time = earliest_prefetch_time; in AllocateAllocationValues()
2393 const AllocationRequest& request, int64 earliest_prefetch_time) const { in FindPrefetchEndTime()
2404 shape, earliest_prefetch_time, prefetch_end_time, &use); in FindPrefetchEndTime()
2406 << ", earliest prefetch start time = " << earliest_prefetch_time in FindPrefetchEndTime()
2409 if (latest_prefetch_time < earliest_prefetch_time) { in FindPrefetchEndTime()
2428 if (new_prefetch_end_time > earliest_prefetch_time) { in FindPrefetchEndTime()
2434 << earliest_prefetch_time; in FindPrefetchEndTime()
[all …]
Dmemory_space_assignment.h1044 absl::optional<int64> earliest_prefetch_time; member
1185 int64 earliest_prefetch_time) const;