MemoryLogTensorDeallocationOrBuilder

public interface MemoryLogTensorDeallocationOrBuilder
Known Indirect Subclasses

Public Methods

abstract long
getAllocationId()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
abstract String
getAllocatorName()
 Name of the allocator used.
abstract com.google.protobuf.ByteString
getAllocatorNameBytes()
 Name of the allocator used.

Public Methods

public abstract long getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 1;

public abstract String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

public abstract com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 2;