mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
Add missing docs for some ops (#1110)
This commit is contained in:
parent
2263e4b279
commit
2c7e9b5158
@ -8,5 +8,7 @@ Linear Algebra
|
|||||||
.. autosummary::
|
.. autosummary::
|
||||||
:toctree: _autosummary
|
:toctree: _autosummary
|
||||||
|
|
||||||
|
inv
|
||||||
norm
|
norm
|
||||||
qr
|
qr
|
||||||
|
svd
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user