Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.layers.convolution |
Modifier and Type | Field and Description |
---|---|
protected ConvolutionLayer.FwdAlgo |
ConvolutionLayer.cudnnFwdAlgo |
protected ConvolutionLayer.FwdAlgo |
ConvolutionLayer.BaseConvBuilder.cudnnFwdAlgo |
Modifier and Type | Method and Description |
---|---|
static ConvolutionLayer.FwdAlgo |
ConvolutionLayer.FwdAlgo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvolutionLayer.FwdAlgo[] |
ConvolutionLayer.FwdAlgo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ConvolutionLayer.BaseConvBuilder.cudnnFwdMode(ConvolutionLayer.FwdAlgo cudnnFwdAlgo) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.linalg.api.ndarray.INDArray |
ConvolutionHelper.preOutput(org.nd4j.linalg.api.ndarray.INDArray input,
org.nd4j.linalg.api.ndarray.INDArray weights,
org.nd4j.linalg.api.ndarray.INDArray bias,
int[] kernel,
int[] strides,
int[] pad,
ConvolutionLayer.AlgoMode mode,
ConvolutionLayer.FwdAlgo fwdAlgo,
ConvolutionMode convolutionMode) |
Copyright © 2017. All rights reserved.