public static enum Dl4jDarknet19.VARIATION extends java.lang.Enum<Dl4jDarknet19.VARIATION>
| Enum Constant and Description |
|---|
INPUT224
Model with 3x224x224 input size.
|
INPUT448
Model with 3x448x448 input size.
|
| Modifier and Type | Method and Description |
|---|---|
static Dl4jDarknet19.VARIATION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dl4jDarknet19.VARIATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dl4jDarknet19.VARIATION INPUT224
public static final Dl4jDarknet19.VARIATION INPUT448
public static Dl4jDarknet19.VARIATION[] values()
for (Dl4jDarknet19.VARIATION c : Dl4jDarknet19.VARIATION.values()) System.out.println(c);
public static Dl4jDarknet19.VARIATION valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null