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:: .. autosummary::
:toctree: _autosummary :toctree: _autosummary
inv
norm norm
qr qr
svd

View File

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