MemoryLogRawAllocation.Builder

공개 정적 최종 클래스 MemoryLogRawAllocation.Builder

Protobuf 유형 tensorflow.MemoryLogRawAllocation

공개 방법

MemoryLogRawAllocation.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
메모리로그원시할당
짓다 ()
메모리로그원시할당
MemoryLogRawAllocation.Builder
MemoryLogRawAllocation.Builder
ClearAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
클리어 할당자 이름 ()
 Name of the allocator used.
MemoryLogRawAllocation.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
MemoryLogRawAllocation.Builder
클리어NumBytes ()
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogRawAllocation.Builder
클리어작업 ()
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
클리어포인트 ()
 Address of the allocation.
MemoryLogRawAllocation.Builder
클리어스텝ID ()
 Process-unique step id.
MemoryLogRawAllocation.Builder
클론 ()
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
메모리로그원시할당
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getNumBytes ()
 Number of bytes in the allocation.
getOperation ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
getPtr ()
 Address of the allocation.
getStepId ()
 Process-unique step id.
최종 부울
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 MemoryLogRawAllocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
MemoryLogRawAllocation.Builder
setAllocationId (긴 값)
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
setAllocatorName (문자열 값)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setAllocatorNameBytes (com.google.protobuf.ByteString 값)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
MemoryLogRawAllocation.Builder
setNumBytes (긴 값)
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
setOperation (문자열 값)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setOperationBytes (com.google.protobuf.ByteString 값)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setPtr (긴 값)
 Address of the allocation.
MemoryLogRawAllocation.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
MemoryLogRawAllocation.Builder
setStepId (긴 값)
 Process-unique step id.
최종 MemoryLogRawAllocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public MemoryLogRawAllocation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 MemoryLogRawAllocation 빌드 ()

공개 MemoryLogRawAllocation 빌드Partial ()

공개 MemoryLogRawAllocation.Builder 지우기 ()

공개 MemoryLogRawAllocation.Builder ClearAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

공개 MemoryLogRawAllocation.Builder ClearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

공개 MemoryLogRawAllocation.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 MemoryLogRawAllocation.Builder ClearNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

공개 MemoryLogRawAllocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 MemoryLogRawAllocation.Builder ClearOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

공개 MemoryLogRawAllocation.Builder ClearPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

공개 MemoryLogRawAllocation.Builder ClearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

공개 긴 getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

공개 문자열 getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

공개 com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

공개 MemoryLogRawAllocation getDefaultInstanceForType ()

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

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 긴 getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

공개 문자열 getOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

공개 com.google.protobuf.ByteString getOperationBytes ()

 Name of the operation making the allocation.
 
string operation = 2;

공개 긴 getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

공개 긴 getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

공개 최종 부울 isInitialized ()

공개 MemoryLogRawAllocation.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 MemoryLogRawAllocation.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 MemoryLogRawAllocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공용 MemoryLogRawAllocation.Builder setAllocationId (긴 값)

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

public MemoryLogRawAllocation.Builder setAllocatorName (문자열 값)

 Name of the allocator used.
 
string allocator_name = 6;

공개 MemoryLogRawAllocation.Builder setAllocatorNameBytes (com.google.protobuf.ByteString 값)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공용 MemoryLogRawAllocation.Builder setNumBytes (긴 값)

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

공용 MemoryLogRawAllocation.Builder setOperation (문자열 값)

 Name of the operation making the allocation.
 
string operation = 2;

공개 MemoryLogRawAllocation.Builder setOperationBytes (com.google.protobuf.ByteString 값)

 Name of the operation making the allocation.
 
string operation = 2;

공용 MemoryLogRawAllocation.Builder setPtr (긴 값)

 Address of the allocation.
 
uint64 ptr = 4;

public MemoryLogRawAllocation.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공용 MemoryLogRawAllocation.Builder setStepId (긴 값)

 Process-unique step id.
 
int64 step_id = 1;

공개 최종 MemoryLogRawAllocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)