Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc556 BufferAllocation* BufferAssignment::NewEmptyAllocation( in NewEmptyAllocation() function in xla::BufferAssignment
566 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation()
1370 assignment->NewEmptyAllocation(color_and_info.second.size, color)); in AssignPresetBuffers()
1610 assignment->NewEmptyAllocation(heap_result.heap_size, color); in AssignBuffersFromHeapSimulator()
Dbuffer_assignment.h519 BufferAllocation* NewEmptyAllocation(int64 size, LogicalBuffer::Color color);