Uses of Class
ai.onnx.proto.OnnxMl.TypeProto
Packages that use OnnxMl.TypeProto
-
Uses of OnnxMl.TypeProto in ai.onnx.proto
Fields in ai.onnx.proto with type parameters of type OnnxMl.TypeProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TypeProto>
OnnxMl.TypeProto.PARSER
Deprecated.Methods in ai.onnx.proto that return OnnxMl.TypeProtoModifier and TypeMethodDescriptionOnnxMl.TypeProto.Builder.build()
OnnxMl.TypeProto.Builder.buildPartial()
static OnnxMl.TypeProto
OnnxMl.TypeProto.getDefaultInstance()
OnnxMl.TypeProto.Builder.getDefaultInstanceForType()
OnnxMl.TypeProto.getDefaultInstanceForType()
OnnxMl.TypeProto.Sequence.Builder.getElemType()
The type and optional shape of each element of the sequence.OnnxMl.TypeProto.Sequence.getElemType()
The type and optional shape of each element of the sequence.OnnxMl.TypeProto.SequenceOrBuilder.getElemType()
The type and optional shape of each element of the sequence.OnnxMl.ValueInfoProto.Builder.getType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.ValueInfoProto.getType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.ValueInfoProtoOrBuilder.getType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.TypeProto.Map.Builder.getValueType()
This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.getValueType()
This field MUST be present for this version of the IR.OnnxMl.TypeProto.MapOrBuilder.getValueType()
This field MUST be present for this version of the IR.static OnnxMl.TypeProto
OnnxMl.TypeProto.parseDelimitedFrom
(InputStream input) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(byte[] data) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(InputStream input) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(ByteBuffer data) static OnnxMl.TypeProto
OnnxMl.TypeProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TypeProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnnxMl.TypeProto>
OnnxMl.TypeProto.getParserForType()
static com.google.protobuf.Parser<OnnxMl.TypeProto>
OnnxMl.TypeProto.parser()
Methods in ai.onnx.proto with parameters of type OnnxMl.TypeProtoModifier and TypeMethodDescriptionOnnxMl.TypeProto.Sequence.Builder.mergeElemType
(OnnxMl.TypeProto value) The type and optional shape of each element of the sequence.OnnxMl.TypeProto.Builder.mergeFrom
(OnnxMl.TypeProto other) OnnxMl.ValueInfoProto.Builder.mergeType
(OnnxMl.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.TypeProto.Map.Builder.mergeValueType
(OnnxMl.TypeProto value) This field MUST be present for this version of the IR.static OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.newBuilder
(OnnxMl.TypeProto prototype) OnnxMl.TypeProto.Sequence.Builder.setElemType
(OnnxMl.TypeProto value) The type and optional shape of each element of the sequence.OnnxMl.ValueInfoProto.Builder.setType
(OnnxMl.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.TypeProto.Map.Builder.setValueType
(OnnxMl.TypeProto value) This field MUST be present for this version of the IR. -
Uses of OnnxMl.TypeProto in org.tribuo.util.onnx
Methods in org.tribuo.util.onnx that return OnnxMl.TypeProtoModifier and TypeMethodDescriptionstatic OnnxMl.TypeProto
ONNXUtils.buildTensorTypeNode
(org.tribuo.util.onnx.ONNXShape shape, OnnxMl.TensorProto.DataType type) Builds a type proto for the specified shape and tensor type.