MemoryLogRawAllocationOrBuilder

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

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

अमूर्त लंबा
आवंटनआईडी प्राप्त करें ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
सार स्ट्रिंग
getAllocatorName ()
 Name of the allocator used.
सार com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
अमूर्त लंबा
getNumBytes ()
 Number of bytes in the allocation.
सार स्ट्रिंग
गेटऑपरेशन ()
 Name of the operation making the allocation.
सार com.google.protobuf.ByteString
getऑपरेशनबाइट्स ()
 Name of the operation making the allocation.
अमूर्त लंबा
गेटपीटीआर ()
 Address of the allocation.
अमूर्त लंबा
getStepId ()
 Process-unique step id.

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

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

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

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

 Name of the allocator used.
 
string allocator_name = 6;

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

 Name of the allocator used.
 
string allocator_name = 6;

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

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

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

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

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

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

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

 Address of the allocation.
 
uint64 ptr = 4;

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

 Process-unique step id.
 
int64 step_id = 1;