AllocatorMemoryUsedOrBuilder

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

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

תקציר AllocationRecord
getAllocationRecords (int index)
 The allocation and deallocation timeline.
מופשט int
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
רשימה תקציר< AllocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
תקציר AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (int index)
 The allocation and deallocation timeline.
רשימה מופשטת<? מרחיב את AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
מופשט ארוך
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
מחרוזת מופשטת
getAllocatorName ()
string allocator_name = 1;
תקציר com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
מופשט ארוך
getLiveBytes ()
 The bytes that are not deallocated.
מופשט ארוך
getPeakBytes ()
int64 peak_bytes = 3;
מופשט ארוך
getTotalBytes ()
 These are per-node allocator memory stats.

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

תקציר ציבורי AllocationRecord getAllocationRecords (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

תקציר ציבורי int getAllocationRecordsCount ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

רשימת תקציר ציבורית< AllocationRecord > getAllocationRecordsList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

תקציר ציבורי AllocationRecordOrBuilder getAllocationRecordsOrBuilder (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

רשימת תקציר ציבורית<? מרחיב את AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

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

 These are snapshots of the overall allocator memory stats.
 The number of live bytes currently allocated by the allocator.
 
int64 allocator_bytes_in_use = 5;

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

string allocator_name = 1;

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

string allocator_name = 1;

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

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

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

int64 peak_bytes = 3;

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

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;