Uses of Class
ai.konduit.serving.build.config.Arch
-
Packages that use Arch Package Description ai.konduit.serving.build.config -
-
Uses of Arch in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return Arch Modifier and Type Method Description Arch[]Arch. compatibleWith()What other architectures is this compatible with? Mainly used for x86: i.e., can run x86 on x86-avx2 and x86-avx512 systems.static ArchArch. forName(java.lang.String s)static ArchArch. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Arch[]Arch. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.konduit.serving.build.config with parameters of type Arch Modifier and Type Method Description booleanArch. isCompatibleWith(Arch other)Returns true if the code for this arch can generally be run on the specified arch.booleanArch. lowerThan(Arch other)Constructors in ai.konduit.serving.build.config with parameters of type Arch Constructor Description Target(OS os, Arch arch, ComputeDevice device)
-