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
dedacc9753
commit
7aef4d2b1e
3 changed files with 42 additions and 2 deletions
|
@ -13,6 +13,8 @@ The lib is not thread-safe.
|
|||
made by @iperov from scratch.
|
||||
"""
|
||||
|
||||
from xlib.avecl._internal.initializer.InitConst import InitConst
|
||||
|
||||
from ._internal.AAxes import AAxes
|
||||
from ._internal.AShape import AShape
|
||||
from ._internal.backend import (Device, DeviceInfo, Kernel,
|
||||
|
@ -24,11 +26,11 @@ from ._internal.HArgs import HArgs
|
|||
from ._internal.HKernel import HKernel
|
||||
from ._internal.HTensor import HTensor
|
||||
from ._internal.HType import HType
|
||||
from ._internal.initializer import (InitCoords2DArange, Initializer,
|
||||
from ._internal.initializer import (InitConst, InitCoords2DArange, Initializer,
|
||||
InitRandomUniform)
|
||||
from ._internal.NCore import NCore
|
||||
from ._internal.NTest import NTest
|
||||
from ._internal.op import *
|
||||
from ._internal.SCacheton import SCacheton
|
||||
from ._internal.Tensor import Tensor
|
||||
from ._internal.TensorImpl import *
|
||||
from ._internal.TensorImpl import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue