MemoryLogTensorDeallocationOrBuilder

interfaccia pubblica MemoryLogTensorDeallocationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getIDallocazione ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
stringa astratta
getAllocatorName ()
 Name of the allocator used.
astratto com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.

Metodi pubblici

public abstract lungo 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;

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

 Name of the allocator used.
 
string allocator_name = 2;