Uses of Class
ai.onnx.proto.OnnxMl.NodeProto.Builder
Packages that use OnnxMl.NodeProto.Builder
-
Uses of OnnxMl.NodeProto.Builder in ai.onnx.proto
Subclasses with type arguments of type OnnxMl.NodeProto.Builder in ai.onnx.protoModifier and TypeClassDescriptionstatic final classNodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks.Methods in ai.onnx.proto that return OnnxMl.NodeProto.BuilderModifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.addAllAttribute(Iterable<? extends OnnxMl.AttributeProto> values) Additional named attributes.OnnxMl.NodeProto.Builder.addAllInput(Iterable<String> values) namespace ValueOnnxMl.NodeProto.Builder.addAllOutput(Iterable<String> values) namespace ValueOnnxMl.NodeProto.Builder.addAttribute(int index, OnnxMl.AttributeProto value) Additional named attributes.OnnxMl.NodeProto.Builder.addAttribute(int index, OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.OnnxMl.NodeProto.Builder.addAttribute(OnnxMl.AttributeProto value) Additional named attributes.OnnxMl.NodeProto.Builder.addAttribute(OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.namespace ValueOnnxMl.NodeProto.Builder.addInputBytes(com.google.protobuf.ByteString value) namespace ValueOnnxMl.GraphProto.Builder.addNodeBuilder()The nodes in the graph, sorted topologically.OnnxMl.GraphProto.Builder.addNodeBuilder(int index) The nodes in the graph, sorted topologically.namespace ValueOnnxMl.NodeProto.Builder.addOutputBytes(com.google.protobuf.ByteString value) namespace ValueOnnxMl.NodeProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.NodeProto.Builder.clear()OnnxMl.NodeProto.Builder.clearAttribute()Additional named attributes.OnnxMl.NodeProto.Builder.clearDocString()A human-readable documentation for this node.OnnxMl.NodeProto.Builder.clearDomain()The domain of the OperatorSet that specifies the operator named by op_type.OnnxMl.NodeProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.NodeProto.Builder.clearInput()namespace ValueOnnxMl.NodeProto.Builder.clearName()An optional identifier for this node in a graph.OnnxMl.NodeProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.NodeProto.Builder.clearOpType()The symbolic identifier of the Operator to execute.OnnxMl.NodeProto.Builder.clearOutput()namespace ValueOnnxMl.NodeProto.Builder.clone()OnnxMl.GraphProto.Builder.getNodeBuilder(int index) The nodes in the graph, sorted topologically.OnnxMl.NodeProto.Builder.mergeFrom(OnnxMl.NodeProto other) OnnxMl.NodeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.NodeProto.Builder.mergeFrom(com.google.protobuf.Message other) final OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.newBuilder()static OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.newBuilder(OnnxMl.NodeProto prototype) OnnxMl.NodeProto.newBuilderForType()protected OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.NodeProto.Builder.removeAttribute(int index) Additional named attributes.OnnxMl.NodeProto.Builder.setAttribute(int index, OnnxMl.AttributeProto value) Additional named attributes.OnnxMl.NodeProto.Builder.setAttribute(int index, OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.OnnxMl.NodeProto.Builder.setDocString(String value) A human-readable documentation for this node.OnnxMl.NodeProto.Builder.setDocStringBytes(com.google.protobuf.ByteString value) A human-readable documentation for this node.The domain of the OperatorSet that specifies the operator named by op_type.OnnxMl.NodeProto.Builder.setDomainBytes(com.google.protobuf.ByteString value) The domain of the OperatorSet that specifies the operator named by op_type.OnnxMl.NodeProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) namespace ValueAn optional identifier for this node in a graph.OnnxMl.NodeProto.Builder.setNameBytes(com.google.protobuf.ByteString value) An optional identifier for this node in a graph.The symbolic identifier of the Operator to execute.OnnxMl.NodeProto.Builder.setOpTypeBytes(com.google.protobuf.ByteString value) The symbolic identifier of the Operator to execute.namespace ValueOnnxMl.NodeProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.NodeProto.toBuilder()Methods in ai.onnx.proto that return types with arguments of type OnnxMl.NodeProto.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getNodeBuilderList()The nodes in the graph, sorted topologically.Methods in ai.onnx.proto with parameters of type OnnxMl.NodeProto.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addNode(int index, OnnxMl.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.OnnxMl.GraphProto.Builder.addNode(OnnxMl.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.OnnxMl.GraphProto.Builder.setNode(int index, OnnxMl.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.