MemoryLogRawDeallocationOrBuilder

ממשק ציבורי MemoryLogRawDeallocationOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט ארוך
getAllocationId ()
 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.
בוליאני מופשט
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
מחרוזת מופשטת
getOperation ()
 Name of the operation making the deallocation.
תקציר com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
מופשט ארוך
getStepId ()
 Process-unique step id.

שיטות ציבוריות

תקציר ציבורי ארוך getAllocationId ()

 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;