MemoryLogRawAllocationOrBuilder

interfaccia pubblica MemoryLogRawAllocationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getIDallocazione ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
stringa astratta
getAllocatorName ()
 Name of the allocator used.
astratto com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
astratto lungo
getNumBytes ()
 Number of bytes in the allocation.
stringa astratta
getOperazione ()
 Name of the operation making the allocation.
astratto com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
astratto lungo
getPtr ()
 Address of the allocation.
astratto lungo
getIdStep ()
 Process-unique step id.

Metodi pubblici

public abstract lungo getAllocationId ()

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

public abstract String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

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

 Name of the allocator used.
 
string allocator_name = 6;

pubblico astratto lungo getNumBytes ()

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

estratto pubblico String getOperation ()

operazione stringa

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

estratto pubblico com.google.protobuf.ByteString getOperationBytes ()

operazione di stringa

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

pubblico astratto lungo getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

pubblico astratto lungo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;