MemoryLogRawAllocationOrBuilder

رابط عمومی MemoryLogRawAllocationOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getAllocationId ()
 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.
رشته انتزاعی
getOperation ()
 Name of the operation making the allocation.
چکیده com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
انتزاعی طولانی
getPtr ()
 Address of the allocation.
انتزاعی طولانی
getStepId ()
 Process-unique step id.

روش های عمومی

انتزاع عمومی طولانی getAllocationId ()

 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;