| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
onnxMemoryFenceV1 |
onnxMemoryFenceV1.event(onnxEvent setter) |
onnxMemoryFenceV1 |
onnxMemoryFenceV1.position(long position) |
onnxMemoryFenceV1 |
onnxMemoryFenceV1.tag(int setter) |
onnxMemoryFenceV1 |
onnxMemoryFenceV1.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
int |
onnxRunGraphFunction.call(onnxGraph graph,
onnxMemoryFenceV1 inputFence,
onnxMemoryFenceV1 outputFence) |
| Modifier and Type | Method and Description |
|---|---|
static int |
onnx.onnxRunGraph(onnxGraph graph,
onnxMemoryFenceV1 inputFence,
onnxMemoryFenceV1 outputFence)
Asynchronously execute operations in an ONNXIFI graph using pre-specified
locations for inputs and outputs.
|
Copyright © 2020. All rights reserved.