MemoryLogRawDeallocationOrBuilder

सार्वजनिक इंटरफ़ेस MemoryLogRawDeallocationOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त लंबा
आवंटनआईडी प्राप्त करें ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
सार स्ट्रिंग
getAllocatorName ()
 Name of the allocator used.
सार com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
अमूर्त बूलियन
स्थगित हो जाओ ()
 True if the deallocation is queued and will be performed later,
 e.g.
सार स्ट्रिंग
गेटऑपरेशन ()
 Name of the operation making the deallocation.
सार com.google.protobuf.ByteString
getऑपरेशनबाइट्स ()
 Name of the operation making the deallocation.
अमूर्त लंबा
getStepId ()
 Process-unique step id.

सार्वजनिक तरीके

सार्वजनिक सार लंबा getAlllocationId ()

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

सार्वजनिक सार स्ट्रिंग getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

सार्वजनिक सार com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

सार्वजनिक सार बूलियन getDeferred ()

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

सार्वजनिक सार स्ट्रिंग getOperation ()

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

सार्वजनिक सार com.google.protobuf.ByteString getOperationBytes ()

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

सार्वजनिक सार लंबा getStepId ()

 Process-unique step id.
 
int64 step_id = 1;