Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc4048 std::vector<CopyAllocation*> copy_allocations; in ScheduleAsynchronousCopies() local
4053 copy_allocations.push_back(copy_allocation); in ScheduleAsynchronousCopies()
4059 copy_allocations, [](CopyAllocation* first, CopyAllocation* second) { in ScheduleAsynchronousCopies()
4065 for (CopyAllocation* copy_allocation : copy_allocations) { in ScheduleAsynchronousCopies()