mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-25 07:21:13 -08:00
4 lines
165 B
Python
4 lines
165 B
Python
from .device import (ORTDeviceInfo, get_available_devices_info,
|
|
get_cpu_device_info)
|
|
from .InferenceSession import InferenceSession_with_device
|