Add missing docs for some ops (#1110)

This commit is contained in:
Cheng 2024-05-14 21:09:05 +08:00 committed by GitHub
parent 2263e4b279
commit 2c7e9b5158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -8,5 +8,7 @@ Linear Algebra
.. autosummary::
:toctree: _autosummary
inv
norm
qr
svd

View File

@ -10,6 +10,7 @@ Operations
abs
add
addmm
all
allclose
any
@ -26,6 +27,7 @@ Operations
argpartition
argsort
array_equal
as_strided
atleast_1d
atleast_2d
atleast_3d
@ -76,6 +78,7 @@ Operations
isnan
isneginf
isposinf
issubdtype
left_shift
less
less_equal
@ -106,11 +109,13 @@ Operations
outer
partition
pad
power
prod
quantize
quantized_matmul
radians
reciprocal
remainder
repeat
reshape
right_shift