الواجهة العامة AllocatorMemoryUsedOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| سجل التخصيص الملخص | الحصول على سجلات التخصيص (مؤشر كثافة العمليات) The allocation and deallocation timeline. |
| كثافة العمليات مجردة | الحصول على تخصيصالسجلاتCount () The allocation and deallocation timeline. |
| قائمة مجردة < سجل التخصيص > | الحصول على قائمة تخصيص السجلات () The allocation and deallocation timeline. |
| تخصيص مجردة RecordOrBuilder | getAlllocationRecordsOrBuilder (فهرس كثافة العمليات) The allocation and deallocation timeline. |
| قائمة مجردة <؟ يمتد تخصيصRecordOrBuilder > | الحصول علىAlllocationRecordsOrBuilderList () The allocation and deallocation timeline. |
| مجردة طويلة | الحصول علىAllocatorBytesInUse () These are snapshots of the overall allocator memory stats. |
| سلسلة مجردة | getAllocatorName () string allocator_name = 1; |
| مجردة com.google.protobuf.ByteString | الحصول علىAllocatorNameBytes () string allocator_name = 1; |
| مجردة طويلة | الحصول علىLiveBytes () The bytes that are not deallocated. |
| مجردة طويلة | احصل على بيك بايتس () int64 peak_bytes = 3; |
| مجردة طويلة | الحصول على إجمالي بايت () These are per-node allocator memory stats. |
الأساليب العامة
الملخص العام AlllocationRecord getAlllocationRecords (مؤشر int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; الملخص العام int getAlllocationRecordsCount ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; قائمة مجردة عامة <AllocationRecord> getAlllocationRecordsList ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; الملخص العام AllocationRecordOrBuilder getAlllocationRecordsOrBuilder (مؤشر int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; قائمة الملخصات العامة<؟ يمتد AllocationRecordOrBuilder > getAlllocationRecordsOrBuilderList ()
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;