mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-19 21:13:21 -07:00
update xlib.avecl
This commit is contained in:
parent
2d401f47f8
commit
6da916cc66
14 changed files with 246 additions and 184 deletions
|
@ -70,6 +70,7 @@ Tensor.mean = reduce_mean
|
|||
Tensor.min = reduce_min
|
||||
Tensor.reshape = reshape
|
||||
Tensor.sum = reduce_sum
|
||||
Tensor.std = reduce_std
|
||||
Tensor.transpose = transpose
|
||||
|
||||
class TensorRef(Tensor):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue