mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 05:23:23 -07:00
update xlib.avecl
This commit is contained in:
parent
bd48b455cb
commit
65fb01ff39
6 changed files with 143 additions and 7 deletions
|
@ -60,6 +60,7 @@ def Tensor_as_shape(self : Tensor, shape) -> Tensor:
|
|||
return TensorRef(self, shape)
|
||||
Tensor.as_shape = Tensor_as_shape
|
||||
|
||||
Tensor.cast = cast
|
||||
def Tensor_copy(self : Tensor) -> Tensor:
|
||||
return Tensor.from_value(self)
|
||||
Tensor.copy = Tensor_copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue