อินเทอร์เฟซสาธารณะ AllocatorMemoryUsedOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| บันทึกการจัดสรร แบบนามธรรม | getAllocationRecords (ดัชนี int) The allocation and deallocation timeline. |
| บทคัดย่อ | getAllocationRecordsCount () The allocation and deallocation timeline. |
| รายการนามธรรม < AllocationRecord > | getAllocationRecordsList () The allocation and deallocation timeline. |
| AllocationRecordOrBuilder แบบนามธรรม | getAllocationRecordsOrBuilder (ดัชนี int) 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)
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)
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; สตริงนามธรรมสาธารณะ getAlocatorName ()
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;