MemoryLogRawDeallocation.Builder

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

Protobuf 유형 tensorflow.MemoryLogRawDeallocation

공개 방법

MemoryLogRawDeallocation.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
MemoryLogRawDeallocation
짓다 ()
MemoryLogRawDeallocation
MemoryLogRawDeallocation.Builder
MemoryLogRawDeallocation.Builder
ClearAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
클리어 할당자 이름 ()
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
클리어디퍼드 ()
 True if the deallocation is queued and will be performed later,
 e.g.
MemoryLogRawDeallocation.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
MemoryLogRawDeallocation.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogRawDeallocation.Builder
클리어작업 ()
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
클리어스텝ID ()
 Process-unique step id.
MemoryLogRawDeallocation.Builder
클론 ()
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawDeallocation
부울
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getOperation ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
getStepId ()
 Process-unique step id.
최종 부울
MemoryLogRawDeallocation.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
MemoryLogRawDeallocation.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 MemoryLogRawDeallocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
MemoryLogRawDeallocation.Builder
setAllocationId (긴 값)
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
setAllocatorName (문자열 값)
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
setAllocatorNameBytes (com.google.protobuf.ByteString 값)
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
setDeferred (부울 값)
 True if the deallocation is queued and will be performed later,
 e.g.
MemoryLogRawDeallocation.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
MemoryLogRawDeallocation.Builder
setOperation (문자열 값)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setOperationBytes (com.google.protobuf.ByteString 값)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
MemoryLogRawDeallocation.Builder
setStepId (긴 값)
 Process-unique step id.
최종 MemoryLogRawDeallocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

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

공개 MemoryLogRawDeallocation 빌드 ()

공개 MemoryLogRawDeallocation 빌드Partial ()

공개 MemoryLogRawDeallocation.Builder 지우기 ()

공개 MemoryLogRawDeallocation.Builder ClearAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

공개 MemoryLogRawDeallocation.Builder ClearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

공개 MemoryLogRawDeallocation.Builder ClearDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

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

공개 MemoryLogRawDeallocation.Builder ClearOperation ()

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

공개 MemoryLogRawDeallocation.Builder ClearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

공개 긴 getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

공개 문자열 getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

공개 MemoryLogRawDeallocation getDefaultInstanceForType ()

공개 부울 getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

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

공개 문자열 getOperation ()

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

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

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

공개 긴 getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

공개 최종 부울 isInitialized ()

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

던지기
IO예외

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

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

공용 MemoryLogRawDeallocation.Builder setAllocationId (긴 값)

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

public MemoryLogRawDeallocation.Builder setAllocatorName (문자열 값)

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

공개 MemoryLogRawDeallocation.Builder setDeferred (부울 값)

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

public MemoryLogRawDeallocation.Builder setOperation (문자열 값)

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

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

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

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

공용 MemoryLogRawDeallocation.Builder setStepId (긴 값)

 Process-unique step id.
 
int64 step_id = 1;

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