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.
cadeia abstrata
getAllocatorName ()
 Name of the allocator used.
abstrato com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.

Métodos Públicos

público abstrato longo getAllocationId ()

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

String abstrata pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

resumo público com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 2;