Uses of Class
ai.onnx.proto.OnnxMl.NodeProto
-
Uses of OnnxMl.NodeProto in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.NodeProto>
OnnxMl.NodeProto.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.build()
OnnxMl.NodeProto.Builder.buildPartial()
static OnnxMl.NodeProto
OnnxMl.NodeProto.getDefaultInstance()
OnnxMl.NodeProto.Builder.getDefaultInstanceForType()
OnnxMl.NodeProto.getDefaultInstanceForType()
OnnxMl.GraphProto.Builder.getNode
(int index) The nodes in the graph, sorted topologically.OnnxMl.GraphProto.getNode
(int index) The nodes in the graph, sorted topologically.OnnxMl.GraphProtoOrBuilder.getNode
(int index) The nodes in the graph, sorted topologically.static OnnxMl.NodeProto
OnnxMl.NodeProto.parseDelimitedFrom
(InputStream input) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(byte[] data) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(InputStream input) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(ByteBuffer data) static OnnxMl.NodeProto
OnnxMl.NodeProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getNodeList()
The nodes in the graph, sorted topologically.OnnxMl.GraphProto.getNodeList()
The nodes in the graph, sorted topologically.OnnxMl.GraphProtoOrBuilder.getNodeList()
The nodes in the graph, sorted topologically.com.google.protobuf.Parser<OnnxMl.NodeProto>
OnnxMl.NodeProto.getParserForType()
static com.google.protobuf.Parser<OnnxMl.NodeProto>
OnnxMl.NodeProto.parser()
Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addNode
(int index, OnnxMl.NodeProto value) The nodes in the graph, sorted topologically.OnnxMl.GraphProto.Builder.addNode
(OnnxMl.NodeProto value) The nodes in the graph, sorted topologically.OnnxMl.NodeProto.Builder.mergeFrom
(OnnxMl.NodeProto other) static OnnxMl.NodeProto.Builder
OnnxMl.NodeProto.newBuilder
(OnnxMl.NodeProto prototype) OnnxMl.GraphProto.Builder.setNode
(int index, OnnxMl.NodeProto value) The nodes in the graph, sorted topologically.Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addAllNode
(Iterable<? extends OnnxMl.NodeProto> values) The nodes in the graph, sorted topologically. -
Uses of OnnxMl.NodeProto in org.tribuo.util.onnx
Modifier and TypeMethodDescriptionONNXOperators.build
(ONNXContext context, String[] inputs, String output) Builds this node based on the supplied inputs and output.ONNXOperators.build
(ONNXContext context, String[] inputs, String[] outputs) Builds this node based on the supplied inputs and outputs.ONNXOperators.build
(ONNXContext context, String[] inputs, String[] outputs, Map<String, Object> attributeValues) Builds this node based on the supplied inputs and outputs.ONNXOperators.build
(ONNXContext context, String[] inputs, String output, Map<String, Object> attributeValues) Builds this node based on the supplied inputs and output.ONNXOperators.build
(ONNXContext context, String input, String output) Builds this node based on the supplied inputs and output.ONNXOperators.build
(ONNXContext context, String input, String[] outputs) Builds this node based on the supplied input and outputs.ONNXOperators.build
(ONNXContext context, String input, String[] outputs, Map<String, Object> attributeValues) Builds this node based on the supplied input and outputs.ONNXOperators.build
(ONNXContext context, String input, String output, Map<String, Object> attributeValues) Builds this node based on the supplied inputs and output.