Uses of Class
org.deeplearning4j.nn.conf.layers.Convolution1DLayer.Builder
-
Packages that use Convolution1DLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of Convolution1DLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return Convolution1DLayer.Builder Modifier and Type Method Description Convolution1DLayer.Builder
Convolution1DLayer.Builder. kernelSize(int kernelSize)
Size of the convolutionConvolution1DLayer.Builder
Convolution1DLayer.Builder. padding(int padding)
Padding value for the convolution.Convolution1DLayer.Builder
Convolution1DLayer.Builder. rnnDataFormat(RNNFormat rnnDataFormat)
Convolution1DLayer.Builder
Convolution1DLayer.Builder. stride(int stride)
Stride for the convolution.
-