npu ¶ Classes¶ fastvideo.platforms.npu.NPUPlatform ¶ Bases: Platform Functions¶ fastvideo.platforms.npu.NPUPlatform.get_torch_device classmethod ¶ get_torch_device() Return torch.npu Source code in fastvideo/platforms/npu.py 89 90 91 92 93 94@classmethod def get_torch_device(cls): """ Return torch.npu """ return torch.npu Functions¶