Uses of Class
onnx.Onnx.Version
-
Packages that use Onnx.Version Package Description onnx -
-
Uses of Onnx.Version in onnx
Methods in onnx that return Onnx.Version Modifier and Type Method Description static Onnx.VersionOnnx.Version. forNumber(int value)static Onnx.VersionOnnx.Version. valueOf(int value)Deprecated.static Onnx.VersionOnnx.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static Onnx.VersionOnnx.Version. valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Onnx.Version[]Onnx.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 Onnx.Version Modifier and Type Method Description static org.nd4j.shade.protobuf.Internal.EnumLiteMap<Onnx.Version>Onnx.Version. internalGetValueMap()
-