Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Method and Description |
---|---|
static Subsampling3DLayer.PoolingType |
Subsampling3DLayer.PoolingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subsampling3DLayer.PoolingType[] |
Subsampling3DLayer.PoolingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Subsampling3DLayer.BaseSubsamplingBuilder.poolingType(Subsampling3DLayer.PoolingType poolingType) |
Constructor and Description |
---|
BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType) |
BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize) |
BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize,
int[] stride) |
BaseSubsamplingBuilder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize,
int[] stride,
int[] padding) |
Builder(Subsampling3DLayer.PoolingType poolingType) |
Builder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize) |
Builder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize,
int[] stride) |
Builder(Subsampling3DLayer.PoolingType poolingType,
int[] kernelSize,
int[] stride,
int[] padding) |
Copyright © 2020. All rights reserved.