| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
memory.desc |
primitive_desc_base.query_md(dnnl.query what) |
memory.desc |
primitive_desc_base.query_md(dnnl.query what,
int idx)
Returns a memory descriptor.
|
long |
primitive_desc_base.query_s64(dnnl.query what)
Returns a memory::dim value (same as int64_t).
|
| Modifier and Type | Method and Description |
|---|---|
dnnl.query |
dnnl.query.intern() |
static dnnl.query |
dnnl.query.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.query[] |
dnnl.query.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.query aquery)
Converts query enum value from C++ API to C API type.
|
Copyright © 2020. All rights reserved.