| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
stream.flags |
stream.flags.intern() |
static stream.flags |
stream.flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static stream.flags[] |
stream.flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
stream(engine aengine,
stream.flags aflags,
stream_attr attr)
Constructs a stream for the specified engine and with behavior
controlled by the specified flags.
|
| Modifier and Type | Method and Description |
|---|---|
static stream.flags |
dnnl.and(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.andPut(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.not(stream.flags rhs) |
static stream.flags |
dnnl.or(stream.flags lhs,
stream.flags rhs)
\} dnnl_api_engine
|
static stream.flags |
dnnl.orPut(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.xor(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.xorPut(stream.flags lhs,
stream.flags rhs) |
| Modifier and Type | Method and Description |
|---|---|
static stream.flags |
dnnl.and(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.andPut(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.not(stream.flags rhs) |
static stream.flags |
dnnl.or(stream.flags lhs,
stream.flags rhs)
\} dnnl_api_engine
|
static stream.flags |
dnnl.orPut(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.xor(stream.flags lhs,
stream.flags rhs) |
static stream.flags |
dnnl.xorPut(stream.flags lhs,
stream.flags rhs) |
Copyright © 2020. All rights reserved.