| Package | Description |
|---|---|
| org.nd4j.linalg.convolution | |
| org.nd4j.linalg.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConvolution
Base convolution implementation
|
class |
DefaultConvolutionInstance
Default convolution instance (FFT based)
|
| Modifier and Type | Field and Description |
|---|---|
protected static ConvolutionInstance |
Nd4j.CONVOLUTION_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
protected static Class<? extends ConvolutionInstance> |
Nd4j.convolutionInstanceClazz |
| Modifier and Type | Method and Description |
|---|---|
static ConvolutionInstance |
Nd4j.getConvolution()
Get the convolution singleton
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setConvolution(ConvolutionInstance convolutionInstance)
Set a convolution instance
|
Copyright © 2016. All Rights Reserved.