| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
dnnl.fpmath_mode |
primitive_attr.get_fpmath_mode()
Returns the fpmath mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
primitive_attr.set_fpmath_mode(dnnl.fpmath_mode mode)
Sets fpmath mode.
|
| Modifier and Type | Method and Description |
|---|---|
static dnnl.fpmath_mode |
dnnl.get_default_fpmath_mode()
Returns the floating-point math mode that will be used by default
for all subsequently created primitives.
|
dnnl.fpmath_mode |
dnnl.fpmath_mode.intern() |
static dnnl.fpmath_mode |
dnnl.fpmath_mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.fpmath_mode[] |
dnnl.fpmath_mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.convert_to_c(dnnl.fpmath_mode mode)
Converts an fpmath mode enum value from C++ API to C API type.
|
static dnnl.status |
dnnl.set_default_fpmath_mode(dnnl.fpmath_mode mode)
\copydoc dnnl_set_default_fpmath_mode()
|
Copyright © 2022. All rights reserved.