public abstract class BaseConvolution extends Object implements ConvolutionInstance
| Constructor and Description |
|---|
BaseConvolution() |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
conv2d(IComplexNDArray input,
IComplexNDArray kernel,
Convolution.Type type) |
INDArray |
conv2d(INDArray input,
INDArray kernel,
Convolution.Type type)
2d convolution (aka the last 2 dimensions
|
IComplexNDArray |
convn(IComplexNDArray input,
IComplexNDArray kernel,
Convolution.Type type)
ND Convolution
|
INDArray |
convn(INDArray input,
INDArray kernel,
Convolution.Type type)
ND Convolution
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvn, convnpublic INDArray conv2d(INDArray input, INDArray kernel, Convolution.Type type)
conv2d in interface ConvolutionInstanceinput - the input to opkernel - the kernel to convolve withtype - public INDArray conv2d(IComplexNDArray input, IComplexNDArray kernel, Convolution.Type type)
conv2d in interface ConvolutionInstancepublic INDArray convn(INDArray input, INDArray kernel, Convolution.Type type)
convn in interface ConvolutionInstanceinput - the input to transformkernel - the kernel to transform withtype - the opType of convolutionpublic IComplexNDArray convn(IComplexNDArray input, IComplexNDArray kernel, Convolution.Type type)
convn in interface ConvolutionInstanceinput - the input to transformkernel - the kernel to transform withtype - the opType of convolutionCopyright © 2018. All rights reserved.