MemoryLogRawAllocationOrBuilder

interfaz pública MemoryLogRawAllocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getAllocationId ()
 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.
abstracto largo
getNumBytes ()
 Number of bytes in the allocation.
cadena abstracta
getOperation ()
 Name of the operation making the allocation.
resumen com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
abstracto largo
getPtr ()
 Address of the allocation.
abstracto largo
getStepId ()
 Process-unique step id.

Métodos públicos

public abstract long getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 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;

public abstract long getNumBytes ()

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

getOperation () de cadena abstracta pública

 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;

public abstract long getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;