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 enum
Versioning 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.Version
OnnxMl.Version.forNumber
(int value) static OnnxMl.Version
OnnxMl.Version.valueOf
(int value) Deprecated.static OnnxMl.Version
OnnxMl.Version.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OnnxMl.Version
Returns 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()