Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc502 BufferAllocation* BufferAssignment::NewAllocation(const LogicalBuffer& buffer, in NewAllocation() function in xla::BufferAssignment
998 assignment->NewAllocation(*buffer, buffer_size); in AssignBuffersForComputation()
1015 assignment->NewAllocation(*buffer, buffer_size); in AssignBuffersForComputation()
1029 assignment->NewAllocation(*buffer, buffer_size); in AssignBuffersForComputation()
1038 assignment->NewAllocation(*buffer, buffer_size); in AssignBuffersForComputation()
1123 assignment->NewAllocation(*buffer, buffer_size); in AssignBuffersForComputation()
1727 allocation = assignment->NewAllocation(*buffer, buffer_size); in AssignColocatedBufferSets()
Dbuffer_assignment.h488 BufferAllocation* NewAllocation(const LogicalBuffer& buffer, int64 size);