Uses of Class
onnx.Onnx.FunctionProto.Builder
Packages that use Onnx.FunctionProto.Builder
-
Uses of Onnx.FunctionProto.Builder in onnx
Methods in onnx that return Onnx.FunctionProto.BuilderModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addAllAttribute(Iterable<String> values) The attribute parameters of the function.Onnx.FunctionProto.Builder.addAllAttributeProto(Iterable<? extends Onnx.AttributeProto> values) The attribute protos of the function.Onnx.FunctionProto.Builder.addAllInput(Iterable<String> values) The inputs and outputs of the function.Onnx.FunctionProto.Builder.addAllNode(Iterable<? extends Onnx.NodeProto> values) The nodes in the function.Onnx.FunctionProto.Builder.addAllOpsetImport(Iterable<? extends Onnx.OperatorSetIdProto> values) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.addAllOutput(Iterable<String> values) repeated string output = 5;Onnx.FunctionProto.Builder.addAttribute(String value) The attribute parameters of the function.Onnx.FunctionProto.Builder.addAttributeBytes(com.google.protobuf.ByteString value) The attribute parameters of the function.Onnx.FunctionProto.Builder.addAttributeProto(int index, Onnx.AttributeProto value) The attribute protos of the function.Onnx.FunctionProto.Builder.addAttributeProto(int index, Onnx.AttributeProto.Builder builderForValue) The attribute protos of the function.Onnx.FunctionProto.Builder.addAttributeProto(Onnx.AttributeProto value) The attribute protos of the function.Onnx.FunctionProto.Builder.addAttributeProto(Onnx.AttributeProto.Builder builderForValue) The attribute protos of the function.Onnx.ModelProto.Builder.addFunctionsBuilder()A list of function protos local to the model.Onnx.ModelProto.Builder.addFunctionsBuilder(int index) A list of function protos local to the model.The inputs and outputs of the function.Onnx.FunctionProto.Builder.addInputBytes(com.google.protobuf.ByteString value) The inputs and outputs of the function.Onnx.FunctionProto.Builder.addNode(int index, Onnx.NodeProto value) The nodes in the function.Onnx.FunctionProto.Builder.addNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.FunctionProto.Builder.addNode(Onnx.NodeProto value) The nodes in the function.Onnx.FunctionProto.Builder.addNode(Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.FunctionProto.Builder.addOpsetImport(int index, Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.addOpsetImport(int index, Onnx.OperatorSetIdProto.Builder builderForValue) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.addOpsetImport(Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.addOpsetImport(Onnx.OperatorSetIdProto.Builder builderForValue) repeated .onnx.OperatorSetIdProto opset_import = 9;repeated string output = 5;Onnx.FunctionProto.Builder.addOutputBytes(com.google.protobuf.ByteString value) repeated string output = 5;Onnx.FunctionProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.FunctionProto.Builder.clear()Onnx.FunctionProto.Builder.clearAttribute()The attribute parameters of the function.Onnx.FunctionProto.Builder.clearAttributeProto()The attribute protos of the function.Onnx.FunctionProto.Builder.clearDocString()A human-readable documentation for this function.Onnx.FunctionProto.Builder.clearDomain()The domain which this function belongs to.Onnx.FunctionProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.FunctionProto.Builder.clearInput()The inputs and outputs of the function.Onnx.FunctionProto.Builder.clearName()The name of the function, similar usage of op_type in OperatorProto.Onnx.FunctionProto.Builder.clearNode()The nodes in the function.Onnx.FunctionProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.FunctionProto.Builder.clearOpsetImport()repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.clearOutput()repeated string output = 5;Onnx.FunctionProto.Builder.clone()Onnx.ModelProto.Builder.getFunctionsBuilder(int index) A list of function protos local to the model.Onnx.FunctionProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.FunctionProto.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.FunctionProto.Builder.mergeFrom(Onnx.FunctionProto other) Onnx.FunctionProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Onnx.FunctionProto.BuilderOnnx.FunctionProto.newBuilder()static Onnx.FunctionProto.BuilderOnnx.FunctionProto.newBuilder(Onnx.FunctionProto prototype) Onnx.FunctionProto.newBuilderForType()protected Onnx.FunctionProto.BuilderOnnx.FunctionProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.FunctionProto.Builder.removeAttributeProto(int index) The attribute protos of the function.Onnx.FunctionProto.Builder.removeNode(int index) The nodes in the function.Onnx.FunctionProto.Builder.removeOpsetImport(int index) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.setAttribute(int index, String value) The attribute parameters of the function.Onnx.FunctionProto.Builder.setAttributeProto(int index, Onnx.AttributeProto value) The attribute protos of the function.Onnx.FunctionProto.Builder.setAttributeProto(int index, Onnx.AttributeProto.Builder builderForValue) The attribute protos of the function.Onnx.FunctionProto.Builder.setDocString(String value) A human-readable documentation for this function.Onnx.FunctionProto.Builder.setDocStringBytes(com.google.protobuf.ByteString value) A human-readable documentation for this function.The domain which this function belongs to.Onnx.FunctionProto.Builder.setDomainBytes(com.google.protobuf.ByteString value) The domain which this function belongs to.Onnx.FunctionProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The inputs and outputs of the function.The name of the function, similar usage of op_type in OperatorProto.Onnx.FunctionProto.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the function, similar usage of op_type in OperatorProto.Onnx.FunctionProto.Builder.setNode(int index, Onnx.NodeProto value) The nodes in the function.Onnx.FunctionProto.Builder.setNode(int index, Onnx.NodeProto.Builder builderForValue) The nodes in the function.Onnx.FunctionProto.Builder.setOpsetImport(int index, Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.setOpsetImport(int index, Onnx.OperatorSetIdProto.Builder builderForValue) repeated .onnx.OperatorSetIdProto opset_import = 9;repeated string output = 5;Onnx.FunctionProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.FunctionProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.FunctionProto.toBuilder()Methods in onnx that return types with arguments of type Onnx.FunctionProto.BuilderModifier and TypeMethodDescriptionOnnx.ModelProto.Builder.getFunctionsBuilderList()A list of function protos local to the model.Methods in onnx with parameters of type Onnx.FunctionProto.BuilderModifier and TypeMethodDescriptionOnnx.ModelProto.Builder.addFunctions(int index, Onnx.FunctionProto.Builder builderForValue) A list of function protos local to the model.Onnx.ModelProto.Builder.addFunctions(Onnx.FunctionProto.Builder builderForValue) A list of function protos local to the model.Onnx.ModelProto.Builder.setFunctions(int index, Onnx.FunctionProto.Builder builderForValue) A list of function protos local to the model.