Uses of Class
onnx.OnnxMl.Version
-
Packages that use OnnxMl.Version Package Description onnx -
-
Uses of OnnxMl.Version in onnx
Methods in onnx that return OnnxMl.Version Modifier and Type Method Description static OnnxMl.VersionOnnxMl.Version. forNumber(int value)static OnnxMl.VersionOnnxMl.Version. valueOf(int value)Deprecated.static OnnxMl.VersionOnnxMl.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static OnnxMl.VersionOnnxMl.Version. valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OnnxMl.Version[]OnnxMl.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in onnx that return types with arguments of type OnnxMl.Version Modifier and Type Method Description static org.nd4j.shade.protobuf.Internal.EnumLiteMap<OnnxMl.Version>OnnxMl.Version. internalGetValueMap()
-