| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
engine.kind |
engine.get_kind()
Returns the kind of the engine.
|
engine.kind |
engine.kind.intern() |
static engine.kind |
engine.kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static engine.kind[] |
engine.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 long |
engine.get_count(engine.kind akind)
Returns the number of engines of a certain kind.
|
| Constructor and Description |
|---|
engine(engine.kind akind,
long index)
Constructs an engine.
|
stream_attr(engine.kind akind)
Constructs stream attributes for a stream that runs on an engine of a
particular kind.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.convert_to_c(engine.kind akind)
Converts engine kind enum value from C++ API to C API type.
|
Copyright © 2020. All rights reserved.