Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.h1267 struct RepackAllocationBlock struct
1578 static RepackAllocationBlock MakeRepackAllocationBlock( in MakeRepackAllocationBlock()
1582 RepackAllocationBlock allocation_block; in MakeRepackAllocationBlock()
1607 std::list<RepackAllocationBlock> repack_allocation_blocks_;
H A Dmemory_space_assignment.cc2239 RepackAllocationBlock* inserted = &repack_allocation_blocks_.back(); in AllocateCrossProgramPrefetchBuffer()
2240 for (RepackAllocationBlock& colocation : repack_allocation_blocks_) { in AllocateCrossProgramPrefetchBuffer()
2542 for (RepackAllocationBlock& allocation_block : repack_allocation_blocks_) { in ExportAllocationsForRepacking()
2549 for (RepackAllocationBlock& allocation_block : repack_allocation_blocks_) { in ImportRepackedAllocations()