mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
3 lines
165 B
Python
3 lines
165 B
Python
from .device import (ORTDeviceInfo, get_available_devices_info,
|
|
get_cpu_device_info)
|
|
from .InferenceSession import InferenceSession_with_device
|