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