| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
GraphProto |
AttributeProto.add_graphs() |
static GraphProto |
GraphProto.default_instance() |
GraphProto |
AttributeProto.g() |
GraphProto |
ModelProto.graph() |
GraphProto |
AttributeProto.graphs(int index) |
static GraphProto |
GraphProto.internal_default_instance() |
GraphProto |
AttributeProto.mutable_g() |
GraphProto |
ModelProto.mutable_graph() |
GraphProto |
AttributeProto.mutable_graphs(int index) |
GraphProto |
GraphProto.New() |
GraphProto |
GraphProto.New(Arena arena) |
GraphProto |
GraphProto.position(long position) |
GraphProto |
GraphProto.put(GraphProto from) |
GraphProto |
AttributeProto.release_g() |
GraphProto |
ModelProto.release_graph() |
| Modifier and Type | Method and Description |
|---|---|
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
GraphProto defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
GraphProto defaultValue) |
void |
GraphProto.CopyFrom(GraphProto from) |
void |
GraphProto.MergeFrom(GraphProto from) |
GraphProto |
GraphProto.put(GraphProto from) |
void |
AttributeProto.set_allocated_g(GraphProto g) |
void |
ModelProto.set_allocated_graph(GraphProto graph) |
void |
GraphProto.Swap(GraphProto other) |
| Constructor and Description |
|---|
GraphProto(GraphProto from) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.check_graph(GraphProto graph,
CheckerContext arg1,
LexicalScopeContext arg2) |
static void |
onnx.FunctionExpandHelper(NodeProto node,
FunctionProto func,
GraphProto g) |
static void |
onnx.FunctionExpandHelper(NodeProto node,
FunctionProto func,
GraphProto g,
BytePointer node_prefix) |
static void |
onnx.FunctionExpandHelper(NodeProto node,
FunctionProto func,
GraphProto g,
String node_prefix) |
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports) |
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports,
ISchemaRegistry schema_registry) |
Copyright © 2020. All rights reserved.