public enum DeepWaterParametersBackend extends java.lang.Enum<DeepWaterParametersBackend>
| Enum Constant and Description |
|---|
caffe |
mxnet |
tensorflow |
| Modifier and Type | Method and Description |
|---|---|
static DeepWaterParametersBackend |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeepWaterParametersBackend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepWaterParametersBackend caffe
public static final DeepWaterParametersBackend mxnet
public static final DeepWaterParametersBackend tensorflow
public static DeepWaterParametersBackend[] values()
for (DeepWaterParametersBackend c : DeepWaterParametersBackend.values()) System.out.println(c);
public static DeepWaterParametersBackend 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