Class MemoryLogRawDeallocation.Builder

    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • clear

        public MemoryLogRawDeallocation.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • getDefaultInstanceForType

        public MemoryLogRawDeallocation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public MemoryLogRawDeallocation build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public MemoryLogRawDeallocation buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public MemoryLogRawDeallocation.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • clearField

        public MemoryLogRawDeallocation.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • clearOneof

        public MemoryLogRawDeallocation.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • setRepeatedField

        public MemoryLogRawDeallocation.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • addRepeatedField

        public MemoryLogRawDeallocation.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • mergeFrom

        public MemoryLogRawDeallocation.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                          org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<MemoryLogRawDeallocation.Builder>
        Throws:
        IOException
      • setStepId

        public MemoryLogRawDeallocation.Builder setStepId​(long value)
         Process-unique step id.
         
        int64 step_id = 1;
        Parameters:
        value - The stepId to set.
        Returns:
        This builder for chaining.
      • getOperationBytes

        public org.nd4j.shade.protobuf.ByteString getOperationBytes()
         Name of the operation making the deallocation.
         
        string operation = 2;
        Specified by:
        getOperationBytes in interface MemoryLogRawDeallocationOrBuilder
        Returns:
        The bytes for operation.
      • setOperation

        public MemoryLogRawDeallocation.Builder setOperation​(String value)
         Name of the operation making the deallocation.
         
        string operation = 2;
        Parameters:
        value - The operation to set.
        Returns:
        This builder for chaining.
      • clearOperation

        public MemoryLogRawDeallocation.Builder clearOperation()
         Name of the operation making the deallocation.
         
        string operation = 2;
        Returns:
        This builder for chaining.
      • setOperationBytes

        public MemoryLogRawDeallocation.Builder setOperationBytes​(org.nd4j.shade.protobuf.ByteString value)
         Name of the operation making the deallocation.
         
        string operation = 2;
        Parameters:
        value - The bytes for operation to set.
        Returns:
        This builder for chaining.
      • getAllocationId

        public long getAllocationId()
         Id of the tensor buffer being deallocated, used to match to a
         corresponding allocation.
         
        int64 allocation_id = 3;
        Specified by:
        getAllocationId in interface MemoryLogRawDeallocationOrBuilder
        Returns:
        The allocationId.
      • setAllocationId

        public MemoryLogRawDeallocation.Builder setAllocationId​(long value)
         Id of the tensor buffer being deallocated, used to match to a
         corresponding allocation.
         
        int64 allocation_id = 3;
        Parameters:
        value - The allocationId to set.
        Returns:
        This builder for chaining.
      • clearAllocationId

        public MemoryLogRawDeallocation.Builder clearAllocationId()
         Id of the tensor buffer being deallocated, used to match to a
         corresponding allocation.
         
        int64 allocation_id = 3;
        Returns:
        This builder for chaining.
      • setAllocatorName

        public MemoryLogRawDeallocation.Builder setAllocatorName​(String value)
         Name of the allocator used.
         
        string allocator_name = 4;
        Parameters:
        value - The allocatorName to set.
        Returns:
        This builder for chaining.
      • clearAllocatorName

        public MemoryLogRawDeallocation.Builder clearAllocatorName()
         Name of the allocator used.
         
        string allocator_name = 4;
        Returns:
        This builder for chaining.
      • setAllocatorNameBytes

        public MemoryLogRawDeallocation.Builder setAllocatorNameBytes​(org.nd4j.shade.protobuf.ByteString value)
         Name of the allocator used.
         
        string allocator_name = 4;
        Parameters:
        value - The bytes for allocatorName to set.
        Returns:
        This builder for chaining.
      • getDeferred

        public boolean getDeferred()
         True if the deallocation is queued and will be performed later,
         e.g. for GPU lazy freeing of buffers.
         
        bool deferred = 5;
        Specified by:
        getDeferred in interface MemoryLogRawDeallocationOrBuilder
        Returns:
        The deferred.
      • setDeferred

        public MemoryLogRawDeallocation.Builder setDeferred​(boolean value)
         True if the deallocation is queued and will be performed later,
         e.g. for GPU lazy freeing of buffers.
         
        bool deferred = 5;
        Parameters:
        value - The deferred to set.
        Returns:
        This builder for chaining.
      • clearDeferred

        public 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;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final MemoryLogRawDeallocation.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>
      • mergeUnknownFields

        public final MemoryLogRawDeallocation.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<MemoryLogRawDeallocation.Builder>