Interface MemoryLogTensorDeallocationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
MemoryLogTensorDeallocation, MemoryLogTensorDeallocation.Builder

public interface MemoryLogTensorDeallocationOrBuilder extends MessageOrBuilder
  • Method Details

    • getAllocationId

      long getAllocationId()
      Id of the tensor buffer being deallocated, used to match to a
      corresponding allocation.
      
      int64 allocation_id = 1;
      Returns:
      The allocationId.
    • getAllocatorName

      String getAllocatorName()
      Name of the allocator used.
      
      string allocator_name = 2;
      Returns:
      The allocatorName.
    • getAllocatorNameBytes

      ByteString getAllocatorNameBytes()
      Name of the allocator used.
      
      string allocator_name = 2;
      Returns:
      The bytes for allocatorName.