Documentation of 'org.nd4j.linalg.ops.TwoArrayElementWiseOp' Java class
TwoArrayElementWiseOp
org.nd4j.linalg.ops

Interface TwoArrayElementWiseOp

    • Method Detail

      • to

        INDArray to()
        The output matrix
        Returns:
      • getOther

        <E> E getOther(INDArray destination,
                       int i)
        Returns the element in destination at index i
        Parameters:
        destination - the destination ndarray
        i - the index of the element to retrieve
        Returns:
        the element at index i
      • applyTransformToDestination

        void applyTransformToDestination(INDArray from,
                                         INDArray destination,
                                         INDArray other,
                                         int i)
        Apply a transform based on the passed in ndarray to other
        Parameters:
        from - the origin ndarray
        destination - the destination ndarray
        other - the other ndarray
        i - the index of the element to retrieve
      • exec

        void exec()
        Executes the operation across the matrix
        Specified by:
        exec in interface ElementWiseOp

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.