AllocatorMemoryUsed

공개 최종 클래스 AllocatorMemoryUsed

Protobuf 유형 tensorflow.AllocatorMemoryUsed

중첩 클래스

수업 AllocatorMemoryUsed.Builder Protobuf 유형 tensorflow.AllocatorMemoryUsed

상수

정수 ALLOCATION_RECORDS_FIELD_NUMBER
정수 ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
정수 ALLOCATOR_NAME_FIELD_NUMBER
정수 LIVE_BYTES_FIELD_NUMBER
정수 PEAK_BYTES_FIELD_NUMBER
정수 TOTAL_BYTES_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
할당기록
getAllocationRecords (정수 인덱스)
 The allocation and deallocation timeline.
정수
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
목록< 할당기록 >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
할당기록또는빌더
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;
사용된 정적 할당자 메모리
할당자메모리사용됨
최종 정적 com.google.protobuf.Descriptors.Descriptor
getLiveBytes ()
 The bytes that are not deallocated.
getPeakBytes ()
int64 peak_bytes = 3;
정수
getTotalBytes ()
 These are per-node allocator memory stats.
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 AllocatorMemoryUsed.Builder
newBuilder ( AllocatorMemoryUsed 프로토타입)
정적 AllocatorMemoryUsed.Builder
AllocatorMemoryUsed.Builder
사용된 정적 할당자 메모리
parsDelimitedFrom (InputStream 입력)
사용된 정적 할당자 메모리
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
사용된 정적 할당자 메모리
parsFrom (ByteBuffer 데이터)
사용된 정적 할당자 메모리
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
사용된 정적 할당자 메모리
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
사용된 정적 할당자 메모리
ParseFrom (com.google.protobuf.CodedInputStream 입력)
사용된 정적 할당자 메모리
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
사용된 정적 할당자 메모리
ParseFrom (com.google.protobuf.ByteString 데이터)
사용된 정적 할당자 메모리
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
사용된 정적 할당자 메모리
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
AllocatorMemoryUsed.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int ALLOCATION_RECORDS_FIELD_NUMBER

상수값: 6

공개 정적 최종 int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER

상수값: 5

공개 정적 최종 int ALLOCATOR_NAME_FIELD_NUMBER

상수값: 1

공개 정적 최종 int LIVE_BYTES_FIELD_NUMBER

상수값: 4

공개 정적 최종 int PEAK_BYTES_FIELD_NUMBER

상수값: 3

공개 정적 최종 int TOTAL_BYTES_FIELD_NUMBER

상수값: 2

공개 방법

공개 부울(객체 obj)와 같습니다 .

공개 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;

공개 정적 AllocatorMemoryUsed getDefaultInstance ()

공개 AllocatorMemoryUsed getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 긴 getLiveBytes ()

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

공공의 getParserForType ()

공개 긴 getPeakBytes ()

int64 peak_bytes = 3;

공개 int getSerializedSize ()

공개 긴 getTotalBytes ()

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

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 AllocatorMemoryUsed.Builder newBuilder ( AllocatorMemoryUsed 프로토타입)

공개 정적 AllocatorMemoryUsed.Builder newBuilder ()

공개 AllocatorMemoryUsed.Builder newBuilderForType ()

공개 정적 AllocatorMemoryUsed 구문 분석DelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 AllocatorMemoryUsedparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 AllocatorMemoryUsed parsFrom (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 AllocatorMemoryUsed parseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 AllocatorMemoryUsed parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 AllocatorMemoryUsed parseFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 AllocatorMemoryUsed 구문 분석기 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
잘못된프로토콜버퍼예외

공개 정적 AllocatorMemoryUsed parseFrom (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 AllocatorMemoryUsed parseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 AllocatorMemoryUsed parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 AllocatorMemoryUsed.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외