| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
dnnl.scratchpad_mode |
primitive_attr.get_scratchpad_mode()
Returns the scratchpad mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
primitive_attr.set_scratchpad_mode(dnnl.scratchpad_mode mode)
Sets scratchpad mode.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl.scratchpad_mode |
dnnl.scratchpad_mode.intern() |
static dnnl.scratchpad_mode |
dnnl.scratchpad_mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.scratchpad_mode[] |
dnnl.scratchpad_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.scratchpad_mode mode)
Converts a scratchpad mode enum value from C++ API to C API type.
|
Copyright © 2020. All rights reserved.