unset_soft_device_mode# ivy.unset_soft_device_mode()[source]# Reset the mode of moving input arrays to ivy.default_device() before performing an operation. Return type: None Examples >>> ivy.set_soft_device_mode(False) >>> ivy.soft_device_mode False >>> ivy.unset_soft_device_mode() >>> ivy.soft_device_mode True