@Namespace(value="dnnl") public static enum dnnl.rnn_flags extends Enum<dnnl.rnn_flags>
\addtogroup dnnl_api_rnn \{
RNN cell flags.
| Enum Constant and Description |
|---|
undef
Undefined RNN flags
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
dnnl.rnn_flags |
intern() |
String |
toString() |
static dnnl.rnn_flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.rnn_flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final dnnl.rnn_flags undef
public static dnnl.rnn_flags[] values()
for (dnnl.rnn_flags c : dnnl.rnn_flags.values()) System.out.println(c);
public static dnnl.rnn_flags 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 dnnl.rnn_flags intern()
public String toString()
toString in class Enum<dnnl.rnn_flags>Copyright © 2020. All rights reserved.