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.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.clearOperation()Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.clearStepId()Process-unique step id.MemoryLogRawDeallocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogRawDeallocation.Builder.mergeFrom(MemoryLogRawDeallocation other) MemoryLogRawDeallocation.newBuilder()MemoryLogRawDeallocation.newBuilder(MemoryLogRawDeallocation prototype) MemoryLogRawDeallocation.newBuilderForType()protected MemoryLogRawDeallocation.BuilderMemoryLogRawDeallocation.newBuilderForType(AbstractMessage.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.setOperation(String value) Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.setOperationBytes(ByteString value) Name of the operation making the deallocation.MemoryLogRawDeallocation.Builder.setStepId(long value) Process-unique step id.MemoryLogRawDeallocation.toBuilder()