mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-08 05:51:41 -07:00
6 lines
274 B
Python
6 lines
274 B
Python
from .Buffer import Buffer
|
|
from .Device import (Device, cleanup_devices, get_available_devices_info,
|
|
get_best_device, get_default_device, get_device,
|
|
set_default_device)
|
|
from .DeviceInfo import DeviceInfo
|
|
from .Kernel import Kernel
|