pub fn auto_device() -> Result<Device>Expand description
Returns the best available device.
Always returns the default Flex (CPU) device. To use CUDA, construct
a MultiscreenModel with
CudaAutodiffBackend directly.
pub fn auto_device() -> Result<Device>Returns the best available device.
Always returns the default Flex (CPU) device. To use CUDA, construct
a MultiscreenModel with
CudaAutodiffBackend directly.