Searched refs:allocation_indices (Results 1 – 2 of 2) sorted by relevance
1103 std::vector<BufferAllocation::Index>* allocation_indices, in AssignSingleHloBuffer() argument1139 allocation_indices->push_back(allocation->index()); in AssignSingleHloBuffer()1185 for (int allocation_index = allocation_indices->size() - 1; in AssignSingleHloBuffer()1188 allocation_indices->at(allocation_index)); in AssignSingleHloBuffer()1228 allocation_indices->push_back(allocation->index()); in AssignSingleHloBuffer()1334 std::vector<BufferAllocation::Index> allocation_indices; in AssignBuffersForComputations() local1341 &allocation_indices, assignment)); in AssignBuffersForComputations()
667 std::vector<BufferAllocation::Index>* allocation_indices,