Uses of Class
org.tensorflow.proto.MemoryLogRawDeallocation.Builder
Packages that use MemoryLogRawDeallocation.Builder
-
Uses of MemoryLogRawDeallocation.Builder in org.tensorflow.proto
Subclasses with type arguments of type MemoryLogRawDeallocation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.MemoryLogRawDeallocationMethods in org.tensorflow.proto that return MemoryLogRawDeallocation.BuilderModifier and TypeMethodDescriptionMemoryLogRawDeallocation.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) MemoryLogRawDeallocation.Builder.clear()MemoryLogRawDeallocation.Builder.clearAllocationId()Id of the tensor buffer being deallocated, used to match to a corresponding allocation.MemoryLogRawDeallocation.Builder.clearAllocatorName()Name of the allocator used.MemoryLogRawDeallocation.Builder.clearDeferred()True if the deallocation is queued and will be performed later, e.g. for GPU lazy freeing of buffers.MemoryLogRawDeallocation.Builder.clearField(Descriptors.FieldDescriptor field) MemoryLogRawDeallocation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) MemoryLogRawDeallocation.Builder.clearOperation()Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.clearStepId()Process-unique step id.MemoryLogRawDeallocation.Builder.clone()MemoryLogRawDeallocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogRawDeallocation.Builder.mergeFrom(MemoryLogRawDeallocation other) MemoryLogRawDeallocation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) MemoryLogRawDeallocation.newBuilder()MemoryLogRawDeallocation.newBuilder(MemoryLogRawDeallocation prototype) MemoryLogRawDeallocation.newBuilderForType()protected MemoryLogRawDeallocation.BuilderMemoryLogRawDeallocation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) MemoryLogRawDeallocation.Builder.setAllocationId(long value) Id of the tensor buffer being deallocated, used to match to a corresponding allocation.MemoryLogRawDeallocation.Builder.setAllocatorName(String value) Name of the allocator used.MemoryLogRawDeallocation.Builder.setAllocatorNameBytes(ByteString value) Name of the allocator used.MemoryLogRawDeallocation.Builder.setDeferred(boolean value) True if the deallocation is queued and will be performed later, e.g. for GPU lazy freeing of buffers.MemoryLogRawDeallocation.Builder.setField(Descriptors.FieldDescriptor field, Object value) MemoryLogRawDeallocation.Builder.setOperation(String value) Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.setOperationBytes(ByteString value) Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) MemoryLogRawDeallocation.Builder.setStepId(long value) Process-unique step id.MemoryLogRawDeallocation.Builder.setUnknownFields(UnknownFieldSet unknownFields) MemoryLogRawDeallocation.toBuilder()