code release

This commit is contained in:
iperov 2021-07-23 17:34:49 +04:00
commit a902f11f74
354 changed files with 826570 additions and 1 deletions

2
xlib/torch/__init__.py Normal file
View file

@ -0,0 +1,2 @@
from .device import (TorchDeviceInfo, TorchDevicesInfo, get_available_devices,
get_cpu_device)