Uses of Class
onnx.Onnx.TypeProto.Sequence.Builder
Packages that use Onnx.TypeProto.Sequence.Builder
-
Uses of Onnx.TypeProto.Sequence.Builder in onnx
Methods in onnx that return Onnx.TypeProto.Sequence.BuilderModifier and TypeMethodDescriptionOnnx.TypeProto.Sequence.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TypeProto.Sequence.Builder.clear()Onnx.TypeProto.Sequence.Builder.clearElemType()The type and optional shape of each element of the sequence.Onnx.TypeProto.Sequence.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.TypeProto.Sequence.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.TypeProto.Sequence.Builder.clone()Onnx.TypeProto.Builder.getSequenceTypeBuilder()The type of a sequence.Onnx.TypeProto.Sequence.Builder.mergeElemType(Onnx.TypeProto value) The type and optional shape of each element of the sequence.Onnx.TypeProto.Sequence.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.TypeProto.Sequence.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.TypeProto.Sequence.Builder.mergeFrom(Onnx.TypeProto.Sequence other) Onnx.TypeProto.Sequence.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TypeProto.Sequence.newBuilder()Onnx.TypeProto.Sequence.newBuilder(Onnx.TypeProto.Sequence prototype) Onnx.TypeProto.Sequence.newBuilderForType()protected Onnx.TypeProto.Sequence.BuilderOnnx.TypeProto.Sequence.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.TypeProto.Sequence.Builder.setElemType(Onnx.TypeProto value) The type and optional shape of each element of the sequence.Onnx.TypeProto.Sequence.Builder.setElemType(Onnx.TypeProto.Builder builderForValue) The type and optional shape of each element of the sequence.Onnx.TypeProto.Sequence.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TypeProto.Sequence.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.TypeProto.Sequence.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TypeProto.Sequence.toBuilder()Methods in onnx with parameters of type Onnx.TypeProto.Sequence.BuilderModifier and TypeMethodDescriptionOnnx.TypeProto.Builder.setSequenceType(Onnx.TypeProto.Sequence.Builder builderForValue) The type of a sequence.