AllocatorMemoryUsedOrBuilder

공용 인터페이스 AllocatorMemoryUsedOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 할당 레코드
getAllocationRecords (정수 인덱스)
 The allocation and deallocation timeline.
추상 정수
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
추상 목록< AllocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
추상 할당 RecordOrBuilder
getAllocationRecordsOrBuilder (정수 인덱스)
 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;

공개 추상 문자열 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;