Uses of Interface
ai.konduit.serving.build.config.ComputeDevice
-
Packages that use ComputeDevice Package Description ai.konduit.serving.build.config ai.konduit.serving.build.config.devices ai.konduit.serving.build.dependencies.nativedep -
-
Uses of ComputeDevice in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return ComputeDevice Modifier and Type Method Description static ComputeDeviceComputeDevice. forName(java.lang.String name)Constructors in ai.konduit.serving.build.config with parameters of type ComputeDevice Constructor Description Target(OS os, Arch arch, ComputeDevice device) -
Uses of ComputeDevice in ai.konduit.serving.build.config.devices
Classes in ai.konduit.serving.build.config.devices that implement ComputeDevice Modifier and Type Class Description classCUDADevice -
Uses of ComputeDevice in ai.konduit.serving.build.dependencies.nativedep
Methods in ai.konduit.serving.build.dependencies.nativedep that return ComputeDevice Modifier and Type Method Description static ComputeDeviceNativeDependencyRegistry. deviceFor(Dependency d)
-