mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-26 07:51:13 -08:00
7 lines
274 B
Python
7 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
|