| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
primitive.kind |
primitive_desc_base.get_kind()
Returns the kind of the primitive descriptor.
|
primitive.kind |
primitive.get_kind()
Returns the kind of the primitive.
|
primitive.kind |
primitive.kind.intern() |
primitive.kind |
post_ops.kind(int index)
Returns the primitive kind of post-op at entry with a certain index.
|
static primitive.kind |
primitive.kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static primitive.kind[] |
primitive.kind.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(primitive.kind akind)
Converts primitive kind enum value from C++ API to C API type.
|
Copyright © 2020. All rights reserved.