torch.get_device_module¶ torch.get_device_module(device=None)[source]¶ 返回与给定设备关联的模块(例如,torch.device(‘cuda’)、“mtia:0”、“xpu”、…)。如果没有提供设备,则返回当前加速器的模块,如果不存在加速器,则返回 CPU 的模块。