public static enum Subsampling3DLayer.PoolingType extends Enum<Subsampling3DLayer.PoolingType>
| Modifier and Type | Method and Description |
|---|---|
PoolingType |
toPoolingType() |
static Subsampling3DLayer.PoolingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subsampling3DLayer.PoolingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Subsampling3DLayer.PoolingType MAX
public static final Subsampling3DLayer.PoolingType AVG
public static Subsampling3DLayer.PoolingType[] values()
for (Subsampling3DLayer.PoolingType c : Subsampling3DLayer.PoolingType.values()) System.out.println(c);
public static Subsampling3DLayer.PoolingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic PoolingType toPoolingType()
Copyright © 2018. All rights reserved.