public static enum SubsamplingLayer.PoolingType extends Enum<SubsamplingLayer.PoolingType>
| Modifier and Type | Method and Description |
|---|---|
PoolingType |
toPoolingType() |
static SubsamplingLayer.PoolingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubsamplingLayer.PoolingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubsamplingLayer.PoolingType MAX
public static final SubsamplingLayer.PoolingType AVG
public static final SubsamplingLayer.PoolingType SUM
public static final SubsamplingLayer.PoolingType PNORM
public static SubsamplingLayer.PoolingType[] values()
for (SubsamplingLayer.PoolingType c : SubsamplingLayer.PoolingType.values()) System.out.println(c);
public static SubsamplingLayer.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.