Uses of Class
ai.onnx.proto.OnnxMl.NodeProto
Packages that use OnnxMl.NodeProto
-
Uses of OnnxMl.NodeProto in ai.onnx.proto
Fields in ai.onnx.proto with type parameters of type OnnxMl.NodeProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.NodeProto> OnnxMl.NodeProto.PARSERDeprecated.Methods in ai.onnx.proto that return OnnxMl.NodeProtoModifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.build()OnnxMl.NodeProto.Builder.buildPartial()static OnnxMl.NodeProtoOnnxMl.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.NodeProtoOnnxMl.NodeProto.parseDelimitedFrom(InputStream input) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(byte[] data) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(com.google.protobuf.ByteString data) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(com.google.protobuf.CodedInputStream input) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(InputStream input) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(ByteBuffer data) static OnnxMl.NodeProtoOnnxMl.NodeProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ai.onnx.proto that return types with arguments of type OnnxMl.NodeProtoModifier 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()Methods in ai.onnx.proto with parameters of type OnnxMl.NodeProtoModifier 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.BuilderOnnxMl.NodeProto.newBuilder(OnnxMl.NodeProto prototype) OnnxMl.GraphProto.Builder.setNode(int index, OnnxMl.NodeProto value) The nodes in the graph, sorted topologically.Method parameters in ai.onnx.proto with type arguments of type OnnxMl.NodeProtoModifier 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
Subclasses with type arguments of type OnnxMl.NodeProto in org.tribuo.util.onnxModifier and TypeClassDescriptionfinal classA subclass ofONNXRefspecialized forOnnxMl.NodeProto.Methods in org.tribuo.util.onnx that return OnnxMl.NodeProtoModifier 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.