Package | Description |
---|---|
onnx |
Modifier and Type | Class and Description |
---|---|
static class |
OnnxMl.NodeProto
NodeProto stores a node that is similar to the notion of "layer"
or "operator" in many deep learning frameworks.
|
static class |
OnnxMl.NodeProto.Builder
NodeProto stores a node that is similar to the notion of "layer"
or "operator" in many deep learning frameworks.
|
Modifier and Type | Method and Description |
---|---|
OnnxMl.NodeProtoOrBuilder |
OnnxMl.GraphProtoOrBuilder.getNodeOrBuilder(int index)
The nodes in the graph.
|
OnnxMl.NodeProtoOrBuilder |
OnnxMl.GraphProto.getNodeOrBuilder(int index)
The nodes in the graph.
|
OnnxMl.NodeProtoOrBuilder |
OnnxMl.GraphProto.Builder.getNodeOrBuilder(int index)
The nodes in the graph.
|
Modifier and Type | Method and Description |
---|---|
List<? extends OnnxMl.NodeProtoOrBuilder> |
OnnxMl.GraphProtoOrBuilder.getNodeOrBuilderList()
The nodes in the graph.
|
List<? extends OnnxMl.NodeProtoOrBuilder> |
OnnxMl.GraphProto.getNodeOrBuilderList()
The nodes in the graph.
|
List<? extends OnnxMl.NodeProtoOrBuilder> |
OnnxMl.GraphProto.Builder.getNodeOrBuilderList()
The nodes in the graph.
|
Copyright © 2020. All rights reserved.