AllocationDescriptionOrBuilder

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

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

מופשט ארוך
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
מופשט ארוך
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
מחרוזת מופשטת
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
תקציר com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
בוליאני מופשט
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
מופשט ארוך
getPtr ()
 Address of the allocation.
מופשט ארוך
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

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

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

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

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

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

מחרוזת תקציר ציבורי getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

תקציר ציבורי com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

תקציר בוליאני ציבורי getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

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

 Address of the allocation.
 
uint64 ptr = 6;

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

 Total number of bytes requested
 
int64 requested_bytes = 1;