| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
int |
onnxReleaseBackendFunction.call(onnxBackend backend) |
int |
onnxInitBackendFunction.call(onnxBackendID backendID,
IntPointer auxPropertiesList,
onnxBackend backend) |
int |
onnxInitGraphFunction.call(onnxBackend backend,
IntPointer auxPropertiesList,
long onnxModelSize,
Pointer onnxModel,
int weightsCount,
onnxTensorDescriptorV1 weightDescriptors,
onnxGraph graph) |
int |
onnxInitEventFunction.call(onnxBackend backend,
onnxEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static int |
onnx.onnxInitBackend(onnxBackendID backendID,
int[] auxPropertiesList,
onnxBackend backend) |
static int |
onnx.onnxInitBackend(onnxBackendID backendID,
IntBuffer auxPropertiesList,
onnxBackend backend) |
static int |
onnx.onnxInitBackend(onnxBackendID backendID,
IntPointer auxPropertiesList,
onnxBackend backend)
Initialize an ONNXIFI backend.
|
static int |
onnx.onnxInitEvent(onnxBackend backend,
onnxEvent event)
Initialize a single-shot ONNXIFI event.
|
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.onnxReleaseBackend(onnxBackend backend)
Deinitialize an ONNXIFI backend and release associated resources.
|
Copyright © 2020. All rights reserved.