@Namespace(value="dnnl") public static enum dnnl.status extends Enum<dnnl.status>
| Enum Constant and Description |
|---|
invalid_arguments
\copydoc dnnl_invalid_arguments
|
iterator_ends
\copydoc dnnl_iterator_ends
|
not_required
\copydoc dnnl_not_required
|
out_of_memory
\copydoc dnnl_out_of_memory
|
runtime_error
\copydoc dnnl_runtime_error
|
success
\copydoc dnnl_success
|
unimplemented
\copydoc dnnl_unimplemented
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
dnnl.status |
intern() |
String |
toString() |
static dnnl.status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final dnnl.status success
public static final dnnl.status out_of_memory
public static final dnnl.status invalid_arguments
public static final dnnl.status unimplemented
public static final dnnl.status iterator_ends
public static final dnnl.status runtime_error
public static final dnnl.status not_required
public static dnnl.status[] values()
for (dnnl.status c : dnnl.status.values()) System.out.println(c);
public static dnnl.status 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.status intern()
public String toString()
toString in class Enum<dnnl.status>Copyright © 2020. All rights reserved.