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