Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc1702 std::optional<int64_t> earliest_prefetch_time = std::nullopt; in AllocateAllocationValues() local
3196 int64_t earliest_prefetch_time = in Prefetch() local
H A Dmemory_space_assignment.h1305 std::optional<int64_t> earliest_prefetch_time; member