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
|
@ -109,6 +109,7 @@ class Tensor:
|
|||
def min(self, axes=None, keepdims=False) -> 'Tensor': ...
|
||||
def reshape(self, new_shape) -> 'Tensor': ...
|
||||
def sum(self, axes=None, keepdims=False) -> 'Tensor': ...
|
||||
def std(self, axes=None, keepdims=False) -> 'Tensor': ...
|
||||
def transpose(self, axes_order, op_text=None, dtype=None) -> 'Tensor': ...
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue