| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
onnxEvent |
onnxMemoryFenceV1.event()
Handle for a single-shot ONNXIFI event used as a synchronization
primitive.
|
| Modifier and Type | Method and Description |
|---|---|
int |
onnxInitEventFunction.call(onnxBackend backend,
onnxEvent event) |
int |
onnxWaitEventFunction.call(onnxEvent event) |
int |
onnxSignalEventFunction.call(onnxEvent event) |
int |
onnxReleaseEventFunction.call(onnxEvent event) |
int |
onnxGetEventStateFunction.call(onnxEvent event,
IntPointer state) |
onnxMemoryFenceV1 |
onnxMemoryFenceV1.event(onnxEvent setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
onnx.onnxGetEventState(onnxEvent event,
int[] state) |
static int |
onnx.onnxGetEventState(onnxEvent event,
IntBuffer state) |
static int |
onnx.onnxGetEventState(onnxEvent event,
IntPointer state)
Query ONNXIFI event state without blocking.
|
static int |
onnx.onnxInitEvent(onnxBackend backend,
onnxEvent event)
Initialize a single-shot ONNXIFI event.
|
static int |
onnx.onnxReleaseEvent(onnxEvent event)
Deinitialize an ONNXIFI event and release associated resources.
|
static int |
onnx.onnxSignalEvent(onnxEvent event)
Change the state of an ONNXIFI event to signalled.
|
static int |
onnx.onnxWaitEvent(onnxEvent event)
Wait until an ONNXIFI event transitions to signalled state.
|
Copyright © 2020. All rights reserved.