MemoryLogRawAllocationOrBuilder

interfaz pública MemoryLogRawAllocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

resumen largo
obtenerId . De asignación ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
cadena abstracta
getAllocatorName ()
 Name of the allocator used.
resumen com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
resumen largo
obtenerNumBytes ()
 Number of bytes in the allocation.
cadena abstracta
obtenerOperación ()
 Name of the operation making the allocation.
resumen com.google.protobuf.ByteString
obtenerOperaciónBytes ()
 Name of the operation making the allocation.
resumen largo
obtenerPtr ()
 Address of the allocation.
resumen largo
obtenerStepId ()
 Process-unique step id.

Métodos públicos

getAllocationId largo abstracto público ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

Cadena abstracta pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

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

 Name of the allocator used.
 
string allocator_name = 6;

resumen público largo getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

cadena abstracta pública getOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

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

 Name of the operation making the allocation.
 
string operation = 2;

getPtr largo abstracto público ()

 Address of the allocation.
 
uint64 ptr = 4;

getStepId largo abstracto público ()

 Process-unique step id.
 
int64 step_id = 1;