Uses of Enum Class
ai.onnx.proto.OnnxMl.Version
Packages that use OnnxMl.Version
-
Uses of OnnxMl.Version in ai.onnx.proto
Subclasses with type arguments of type OnnxMl.Version in ai.onnx.protoModifier and TypeClassDescriptionstatic enumVersioning ONNX versioning is specified in docs/IR.md and elaborated on in docs/Versioning.md To be compatible with both proto2 and proto3, we will use a version number that is not defined by the default value but an explicit enum number.Methods in ai.onnx.proto that return OnnxMl.VersionModifier and TypeMethodDescriptionstatic OnnxMl.VersionOnnxMl.Version.forNumber(int value) static OnnxMl.VersionOnnxMl.Version.valueOf(int value) Deprecated.static OnnxMl.VersionOnnxMl.Version.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OnnxMl.VersionReturns the enum constant of this class with the specified name.static OnnxMl.Version[]OnnxMl.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.onnx.proto that return types with arguments of type OnnxMl.VersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OnnxMl.Version> OnnxMl.Version.internalGetValueMap()