MemoryLogRawDeallocationOrBuilder

interfejs publiczny MemoryLogRawDeallocationOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
abstrakcyjny ciąg
getAllocatorName ()
 Name of the allocator used.
streszczenie com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
abstrakcyjna wartość logiczna
otrzymaj odroczone ()
 True if the deallocation is queued and will be performed later,
 e.g.
abstrakcyjny ciąg
pobierz operację ()
 Name of the operation making the deallocation.
streszczenie com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
abstrakcyjne, długie
pobierzIdKroku ()
 Process-unique step id.

Metody publiczne

publiczne streszczenie długie getAllocationId ()

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

publiczna abstrakcja String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

publiczne streszczenie com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

publiczna abstrakcja logiczna getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

publiczna abstrakcja String getOperation ()

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

publiczne streszczenie com.google.protobuf.ByteString getOperationBytes ()

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

publiczne streszczenie długie getStepId ()

 Process-unique step id.
 
int64 step_id = 1;