3 lines
87 B
Python
3 lines
87 B
Python
from tensorflow.python.client import device_lib
|
|
print(device_lib.list_local_devices())
|