Uses of Enum Class
uk.ac.manchester.tornado.api.enums.TornadoDeviceType
Packages that use TornadoDeviceType
Package
Description
-
Uses of TornadoDeviceType in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api that return TornadoDeviceTypeModifier and TypeMethodDescriptionTornadoBackend.getTypeDefaultDevice()Returns the type of the default device.Methods in uk.ac.manchester.tornado.api with parameters of type TornadoDeviceTypeModifier and TypeMethodDescriptionTornadoDeviceMap.getDevicesByType(TornadoDeviceType deviceType) Obtain a device object from a specific type (GPU, Accelerator, CPU). -
Uses of TornadoDeviceType in uk.ac.manchester.tornado.api.common
Methods in uk.ac.manchester.tornado.api.common that return TornadoDeviceType -
Uses of TornadoDeviceType in uk.ac.manchester.tornado.api.enums
Methods in uk.ac.manchester.tornado.api.enums that return TornadoDeviceTypeModifier and TypeMethodDescriptionstatic TornadoDeviceTypeReturns the enum constant of this class with the specified name.static TornadoDeviceType[]TornadoDeviceType.values()Returns an array containing the constants of this enum class, in the order they are declared.