MemoryLogTensorDeallocationOrBuilder

interfaz pública MemoryLogTensorDeallocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
cadena abstracta
getAllocatorName ()
 Name of the allocator used.
resumen 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 int64 allocation_id = 1;

cadena abstracta pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

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

 Name of the allocator used.
 
string allocator_name = 2;