Package | Description |
---|---|
org.bytedeco.mkldnn | |
org.bytedeco.mkldnn.global |
Modifier and Type | Method and Description |
---|---|
mkldnn_stream |
mkldnn_stream_handle.get()
Returns the value of the underlying C handle.
|
Modifier and Type | Method and Description |
---|---|
void |
mkldnn_stream_handle.reset(mkldnn_stream t) |
void |
mkldnn_stream_handle.reset(mkldnn_stream t,
boolean weak)
Resets the value of a C handle.
|
Constructor and Description |
---|
mkldnn_stream_handle(mkldnn_stream t,
boolean weak)
Constructs a C handle wrapper.
|
stream(mkldnn_stream t,
boolean weak) |
Modifier and Type | Method and Description |
---|---|
static int |
mkldnn.mkldnn_stream_create(mkldnn_stream stream,
int stream_kind)
Creates an execution \p stream of \p stream_kind.
|
static int |
mkldnn.mkldnn_stream_destroy(mkldnn_stream stream)
Destroys an execution \p stream.
|
static int |
mkldnn.mkldnn_stream_rerun(mkldnn_stream stream,
mkldnn_primitive error_primitive)
Reruns all the primitives within the \p stream.
|
static int |
mkldnn.mkldnn_stream_rerun(mkldnn_stream stream,
PointerPointer error_primitive) |
static int |
mkldnn.mkldnn_stream_submit(mkldnn_stream stream,
long n,
mkldnn_primitive primitives,
mkldnn_primitive error_primitive)
Submits \p primitives to an execution \p stream.
|
static int |
mkldnn.mkldnn_stream_submit(mkldnn_stream stream,
long n,
PointerPointer primitives,
PointerPointer error_primitive) |
static int |
mkldnn.mkldnn_stream_wait(mkldnn_stream stream,
int block,
mkldnn_primitive error_primitive)
Waits for all primitives in the execution \p stream to finish.
|
static int |
mkldnn.mkldnn_stream_wait(mkldnn_stream stream,
int block,
PointerPointer error_primitive) |
Copyright © 2022. All rights reserved.