1torch.cpu 2=================================== 3.. automodule:: torch.cpu 4.. currentmodule:: torch.cpu 5 6.. autosummary:: 7 :toctree: generated 8 :nosignatures: 9 10 current_device 11 current_stream 12 is_available 13 synchronize 14 stream 15 set_device 16 device_count 17 StreamContext 18 19Streams and events 20------------------ 21.. autosummary:: 22 :toctree: generated 23 :nosignatures: 24 25 Stream 26