2 lines
49 B
Python
2 lines
49 B
Python
|
import onnxruntime as ort
|
||
|
print(ort.get_device())
|