refactoring

This commit is contained in:
iperov 2021-11-07 10:03:15 +04:00
commit 30ba51edf7
24 changed files with 663 additions and 459 deletions

View file

@ -1,3 +1,3 @@
from .device import (ORTDeviceInfo, get_available_devices_info,
get_cpu_device)
get_cpu_device_info)
from .InferenceSession import InferenceSession_with_device