공개 정적 최종 클래스 AllocationDescription.Builder
Protobuf 유형 tensorflow.AllocationDescription
공개 방법
할당설명.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
할당설명 | 짓다 () |
할당설명 | 빌드부분 () |
할당설명.빌더 | 분명한 () |
할당설명.빌더 | 클리어할당바이트 () Total number of bytes allocated if known int64 allocated_bytes = 2; |
할당설명.빌더 | ClearAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
할당설명.빌더 | 클리어 할당자 이름 () Name of the allocator used string allocator_name = 3; |
할당설명.빌더 | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
할당설명.빌더 | ClearHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
할당설명.빌더 | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
할당설명.빌더 | 클리어포인트 () Address of the allocation. |
할당설명.빌더 | 클리어요청바이트 () Total number of bytes requested int64 requested_bytes = 1; |
할당설명.빌더 | 클론 () |
긴 | getAllocationBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
긴 | getAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
끈 | getAllocatorName () Name of the allocator used string allocator_name = 3; |
com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
할당설명 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
부울 | getHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
긴 | getPtr () Address of the allocation. |
긴 | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
최종 부울 | 초기화됨 () |
할당설명.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
할당설명.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 AllocationDescription.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
할당설명.빌더 | setAllocationBytes (긴 값) Total number of bytes allocated if known int64 allocated_bytes = 2; |
할당설명.빌더 | setAllocationId (긴 값) Identifier of the allocated buffer if known int64 allocation_id = 4; |
할당설명.빌더 | setAllocatorName (문자열 값) Name of the allocator used string allocator_name = 3; |
할당설명.빌더 | setAllocatorNameBytes (com.google.protobuf.ByteString 값) Name of the allocator used string allocator_name = 3; |
할당설명.빌더 | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
할당설명.빌더 | setHasSingleReference (부울 값) Set if this tensor only has one remaining reference bool has_single_reference = 5; |
할당설명.빌더 | setPtr (긴 값) Address of the allocation. |
할당설명.빌더 | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
할당설명.빌더 | setRequestedBytes (긴 값) Total number of bytes requested int64 requested_bytes = 1; |
최종 AllocationDescription.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
public AllocationDescription.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 AllocationDescription.Builder ClearAllocationBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
공개 AllocationDescription.Builder ClearAllocationId ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
공개 AllocationDescription.Builder ClearAllocatorName ()
Name of the allocator used
string allocator_name = 3;
공개 AllocationDescription.Builder ClearHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
공개 AllocationDescription.Builder ClearRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;
공개 긴 getAllocationBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
공개 긴 getAllocationId ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
공개 문자열 getAllocatorName ()
Name of the allocator used
string allocator_name = 3;
공개 com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 부울 getHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
공개 긴 getPtr ()
Address of the allocation.
uint64 ptr = 6;
공개 긴 getRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;
공개 최종 부울 isInitialized ()
공개 AllocationDescription.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 최종 AllocationDescription.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 AllocationDescription.Builder setAllocationBytes (긴 값)
Total number of bytes allocated if known
int64 allocated_bytes = 2;
공개 AllocationDescription.Builder setAllocationId (긴 값)
Identifier of the allocated buffer if known
int64 allocation_id = 4;
공개 AllocationDescription.Builder setAllocatorName (문자열 값)
Name of the allocator used
string allocator_name = 3;
공개 AllocationDescription.Builder setAllocatorNameBytes (com.google.protobuf.ByteString 값)
Name of the allocator used
string allocator_name = 3;
공개 AllocationDescription.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 AllocationDescription.Builder setHasSingleReference (부울 값)
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
공개 AllocationDescription.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 AllocationDescription.Builder setRequestedBytes (긴 값)
Total number of bytes requested
int64 requested_bytes = 1;