Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc981 std::vector<BufferAllocation::Index> allocation_indices; in AssignBuffersForComputation() local
1080 for (int allocation_index = allocation_indices.size() - 1; in AssignBuffersForComputation()
1083 allocation_indices[allocation_index]); in AssignBuffersForComputation()
1124 allocation_indices.push_back(allocation->index()); in AssignBuffersForComputation()