mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-12 16:13:52 -07:00
3 lines
160 B
Python
3 lines
160 B
Python
from .device import (ORTDeviceInfo, get_available_devices_info,
|
|
get_cpu_device)
|
|
from .InferenceSession import InferenceSession_with_device
|