Class DefaultConvolutionInstance

    • Constructor Detail

      • DefaultConvolutionInstance

        public DefaultConvolutionInstance()
    • Method Detail

      • convn

        public INDArray convn​(INDArray input,
                              INDArray kernel,
                              Convolution.Type type,
                              int[] axes)
        ND Convolution
        Parameters:
        input - the input to op
        kernel - the kernel to op with
        type - the opType of convolution
        axes - the axes to do the convolution along
        Returns:
        the convolution of the given input and kernel