| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
memory.format_tag |
memory.format_tag.intern() |
static memory.format_tag |
memory.format_tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static memory.format_tag[] |
memory.format_tag.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 |
memory.convert_to_c(memory.format_tag format) |
| Constructor and Description |
|---|
desc(long[] adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(long[] adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty) |
desc(LongBuffer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(LongBuffer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty) |
desc(LongPointer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(LongPointer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty)
Constructs a memory descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
dnnl.equals(int a,
memory.format_tag b) |
static boolean |
dnnl.equals(memory.format_tag a,
int b) |
static boolean |
dnnl.notEquals(int a,
memory.format_tag b) |
static boolean |
dnnl.notEquals(memory.format_tag a,
int b) |
Copyright © 2020. All rights reserved.