Uses of Class
ai.konduit.serving.build.config.OS
-
Packages that use OS Package Description ai.konduit.serving.build.config -
-
Uses of OS in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return OS Modifier and Type Method Description static OSOS. forName(java.lang.String s)static OSOS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OS[]OS. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ai.konduit.serving.build.config with parameters of type OS Constructor Description Target(OS os, Arch arch, ComputeDevice device)
-