mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 10:47:00 -07:00
update xlib.avecl
This commit is contained in:
parent
2d401f47f8
commit
6da916cc66
14 changed files with 246 additions and 184 deletions
|
@ -18,8 +18,7 @@ _np_dtype_to_cl = { np.uint8: CL.cl_uchar,
|
|||
np.uint64: CL.cl_ulong,
|
||||
np.int64: CL.cl_long,
|
||||
np.float16: CL.cl_half,
|
||||
np.float32: CL.cl_float,
|
||||
np.float64: CL.cl_double }
|
||||
np.float32: CL.cl_float}
|
||||
|
||||
_opencl_device_ids = None
|
||||
_default_device = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue