HomeSort by relevance Sort by last modified time
    Searched refs:NewEmptyAllocation (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 484 BufferAllocation* NewEmptyAllocation(int64 size, LogicalBuffer::Color color);
486 // Helper that calls NewEmptyAllocation and AddAssignment in one call,
buffer_assignment.cc 494 BufferAllocation* BufferAssignment::NewEmptyAllocation(
504 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color());
    [all...]

Completed in 232 milliseconds