mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-21 14:03:20 -07:00
add xlib.avecl
This commit is contained in:
parent
932edfe875
commit
0058474da7
56 changed files with 5569 additions and 0 deletions
21
xlib/avecl/_internal/op/__init__.py
Normal file
21
xlib/avecl/_internal/op/__init__.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
from .any_wise import add, any_wise, div, max_, min_, mul, sqrt, square, sub
|
||||
from .binary_dilate_circle import binary_dilate_circle
|
||||
from .binary_erode_circle import binary_erode_circle
|
||||
from .binary_morph import binary_morph
|
||||
from .cast import cast
|
||||
from .concat import concat
|
||||
from .depthwise_conv2D import depthwise_conv2D
|
||||
from .gaussian_blur import gaussian_blur
|
||||
from .matmul import matmul, matmulc
|
||||
from .pad import pad
|
||||
from .reduce import (moments, reduce_max, reduce_mean, reduce_min, reduce_std,
|
||||
reduce_sum, reduce_variance)
|
||||
from .remap import remap
|
||||
from .remap_np_affine import remap_np_affine
|
||||
from .reshape import reshape
|
||||
from .slice_ import slice_
|
||||
from .slice_set import slice_set
|
||||
from .stack import stack
|
||||
from .tile import tile
|
||||
from .transpose import transpose
|
||||
from .warp_affine import warp_affine
|
Loading…
Add table
Add a link
Reference in a new issue