Update __init__.d.er

This commit is contained in:
Shunsuke Shibayama 2023-07-31 11:12:31 +09:00
parent 6c3536cc31
commit 1180f3c2c2

View file

@ -3,7 +3,7 @@
.NDArray(_, _) <: Num
.NDArray(T, S)|<: Add .NDArray(T, S)|.
Output: {.NDArray(T, S)}
__add__: |T, S: [Nat; _]|(self: .NDArray(T, S), other: .NDArray(T, S)) -> .NDArray(T, S)
__add__: (self: .NDArray(T, S), other: .NDArray(T, S)) -> .NDArray(T, S)
.NDArray.
shape: [Nat; _]
ndim: Nat