Searched refs:earliest_prefetch_time (Results 1 – 2 of 2) sorted by relevance
1316 absl::optional<int64> earliest_prefetch_time = absl::nullopt; in AllocateAllocationValues() local1392 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 …]
1044 absl::optional<int64> earliest_prefetch_time; member1185 int64 earliest_prefetch_time) const;