| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
int |
onnxInitGraphFunction.call(onnxBackend backend,
IntPointer auxPropertiesList,
long onnxModelSize,
Pointer onnxModel,
int weightsCount,
onnxTensorDescriptorV1 weightDescriptors,
onnxGraph graph) |
int |
onnxReleaseGraphFunction.call(onnxGraph graph) |
int |
onnxSetGraphIOFunction.call(onnxGraph graph,
int inputsCount,
onnxTensorDescriptorV1 inputDescriptors,
int outputsCount,
onnxTensorDescriptorV1 outputDescriptors) |
int |
onnxRunGraphFunction.call(onnxGraph graph,
onnxMemoryFenceV1 inputFence,
onnxMemoryFenceV1 outputFence) |
| Modifier and Type | Method and Description |
|---|---|
static int |
onnx.onnxInitGraph(onnxBackend backend,
int[] auxPropertiesList,
long onnxModelSize,
Pointer onnxModel,
int weightsCount,
onnxTensorDescriptorV1 weightDescriptors,
onnxGraph graph) |
static int |
onnx.onnxInitGraph(onnxBackend backend,
IntBuffer auxPropertiesList,
long onnxModelSize,
Pointer onnxModel,
int weightsCount,
onnxTensorDescriptorV1 weightDescriptors,
onnxGraph graph) |
static int |
onnx.onnxInitGraph(onnxBackend backend,
IntPointer auxPropertiesList,
long onnxModelSize,
Pointer onnxModel,
int weightsCount,
onnxTensorDescriptorV1 weightDescriptors,
onnxGraph graph)
Parse an ONNXIFI graph and convert it for a particular backend.
|
static int |
onnx.onnxReleaseGraph(onnxGraph graph)
Deinitialize an ONNXIFI graph and release associated resources.
|
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.
|
static int |
onnx.onnxSetGraphIO(onnxGraph graph,
int inputsCount,
onnxTensorDescriptorV1 inputDescriptors,
int outputsCount,
onnxTensorDescriptorV1 outputDescriptors)
Set locations for inputs and outputs of an ONNXIFI graph.
|
Copyright © 2020. All rights reserved.