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.h484 BufferAllocation* NewEmptyAllocation(int64 size, LogicalBuffer::Color color);
Dbuffer_assignment.cc494 BufferAllocation* BufferAssignment::NewEmptyAllocation( in NewEmptyAllocation() function in xla::BufferAssignment
504 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation()
1334 assignment->NewEmptyAllocation(result.heap_size, color); in AssignBuffersFromHeapSimulator()