public class DefaultConvolutionInstance extends BaseConvolution
| Constructor and Description |
|---|
DefaultConvolutionInstance() |
| Modifier and Type | Method and Description |
|---|---|
IComplexNDArray |
convn(IComplexNDArray input,
IComplexNDArray kernel,
Convolution.Type type,
int[] axes)
ND Convolution
|
INDArray |
convn(INDArray input,
INDArray kernel,
Convolution.Type type,
int[] axes)
ND Convolution
|
conv2d, conv2d, convn, convnpublic IComplexNDArray convn(IComplexNDArray input, IComplexNDArray kernel, Convolution.Type type, int[] axes)
input - the input to opkernel - the kernel to op withtype - the type of convolutionaxes - the axes to do the convolution alongpublic INDArray convn(INDArray input, INDArray kernel, Convolution.Type type, int[] axes)
input - the input to opkernel - the kernel to op withtype - the type of convolutionaxes - the axes to do the convolution alongCopyright © 2016. All Rights Reserved.