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;