Uses of Class
onnx.Onnx.NodeProto.Builder
Packages that use Onnx.NodeProto.Builder
-
Uses of Onnx.NodeProto.Builder in onnx
Methods in onnx that return Onnx.NodeProto.BuilderModifier and TypeMethodDescriptionOnnx.NodeProto.Builder.addAllAttribute(Iterable<? extends Onnx.AttributeProto> values) Additional named attributes.Onnx.NodeProto.Builder.addAllInput(Iterable<String> values) namespace ValueOnnx.NodeProto.Builder.addAllOutput(Iterable<String> values) namespace ValueOnnx.NodeProto.Builder.addAttribute(int index, Onnx.AttributeProto value) Additional named attributes.Onnx.NodeProto.Builder.addAttribute(int index, Onnx.AttributeProto.Builder builderForValue) Additional named attributes.Onnx.NodeProto.Builder.addAttribute(Onnx.AttributeProto value) Additional named attributes.Onnx.NodeProto.Builder.addAttribute(Onnx.AttributeProto.Builder builderForValue) Additional named attributes.namespace ValueOnnx.NodeProto.Builder.addInputBytes(com.google.protobuf.ByteString value) namespace ValueOnnx.FunctionProto.Builder.addNodeBuilder()The nodes in the function.Onnx.FunctionProto.Builder.addNodeBuilder(int index) The nodes in the function.Onnx.GraphProto.Builder.addNodeBuilder()The nodes in the graph, sorted topologically.Onnx.GraphProto.Builder.addNodeBuilder(int index) The nodes in the graph, sorted topologically.namespace ValueOnnx.NodeProto.Builder.addOutputBytes(com.google.protobuf.ByteString value) namespace ValueOnnx.NodeProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.NodeProto.Builder.clear()Onnx.NodeProto.Builder.clearAttribute()Additional named attributes.Onnx.NodeProto.Builder.clearDocString()A human-readable documentation for this node.Onnx.NodeProto.Builder.clearDomain()The domain of the OperatorSet that specifies the operator named by op_type.Onnx.NodeProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.NodeProto.Builder.clearInput()namespace ValueOnnx.NodeProto.Builder.clearName()An optional identifier for this node in a graph.Onnx.NodeProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.NodeProto.Builder.clearOpType()The symbolic identifier of the Operator to execute.Onnx.NodeProto.Builder.clearOutput()namespace ValueOnnx.NodeProto.Builder.clone()Onnx.FunctionProto.Builder.getNodeBuilder(int index) The nodes in the function.Onnx.GraphProto.Builder.getNodeBuilder(int index) The nodes in the graph, sorted topologically.Onnx.NodeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.NodeProto.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.NodeProto.Builder.mergeFrom(Onnx.NodeProto other) final Onnx.NodeProto.BuilderOnnx.NodeProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Onnx.NodeProto.BuilderOnnx.NodeProto.newBuilder()static Onnx.NodeProto.BuilderOnnx.NodeProto.newBuilder(Onnx.NodeProto prototype) Onnx.NodeProto.newBuilderForType()protected Onnx.NodeProto.BuilderOnnx.NodeProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.NodeProto.Builder.removeAttribute(int index) Additional named attributes.Onnx.NodeProto.Builder.setAttribute(int index, Onnx.AttributeProto value) Additional named attributes.Onnx.NodeProto.Builder.setAttribute(int index, Onnx.AttributeProto.Builder builderForValue) Additional named attributes.Onnx.NodeProto.Builder.setDocString(String value) A human-readable documentation for this node.Onnx.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.Onnx.NodeProto.Builder.setDomainBytes(com.google.protobuf.ByteString value) The domain of the OperatorSet that specifies the operator named by op_type.Onnx.NodeProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) namespace ValueAn optional identifier for this node in a graph.Onnx.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.Onnx.NodeProto.Builder.setOpTypeBytes(com.google.protobuf.ByteString value) The symbolic identifier of the Operator to execute.namespace ValueOnnx.NodeProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Onnx.NodeProto.BuilderOnnx.NodeProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.NodeProto.toBuilder()Methods in onnx that return types with arguments of type Onnx.NodeProto.BuilderModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.getNodeBuilderList()The nodes in the function.Onnx.GraphProto.Builder.getNodeBuilderList()The nodes in the graph, sorted topologically.Methods in onnx with parameters of type Onnx.NodeProto.BuilderModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.FunctionProto.Builder.addNode(Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.GraphProto.Builder.addNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.Onnx.GraphProto.Builder.addNode(Onnx.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.Onnx.FunctionProto.Builder.setNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.GraphProto.Builder.setNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the graph, sorted topologically.