Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1445 llvm::SmallVector<const BufferAllocation*, 8> ordered_allocations; in Initialize() local
1447 ordered_allocations.push_back(&alloc); in Initialize()
1475 std::stable_sort(ordered_allocations.begin(), ordered_allocations.end(), in Initialize()
1483 for (const BufferAllocation* alloc : ordered_allocations) { in Initialize()