| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
Graph |
Value.owningGraph() |
Graph |
Graph.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
Adapter.adapt(Graph arg0,
Node node) |
boolean |
Pass.finalizePass(Graph arg0) |
boolean |
Pass.initializePass(Graph arg0) |
PostPassAnalysis |
PredicateBasedPass.runPass(Graph graph) |
PostPassAnalysis |
Pass.runPass(Graph graph) |
boolean |
PredicateBasedPass.runTransform(Node node,
Graph graph,
int[] destroy_current) |
boolean |
PredicateBasedPass.runTransform(Node node,
Graph graph,
IntBuffer destroy_current) |
boolean |
PredicateBasedPass.runTransform(Node node,
Graph graph,
IntPointer destroy_current) |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
onnx.ImportModelProto(ModelProto mp) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.assertNonNull(Graph g) |
static void |
onnx.ExportModelProto(ModelProto p_m,
Graph g)
All nodes not required to be defined before Graph
|
Copyright © 2020. All rights reserved.