MemoryLogTensorDeallocationOrBuilder

interface pública MemoryLogTensorDeallocationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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;