mlx/docs/src/python/ops.rst

116 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2023-11-30 02:42:59 +08:00
.. _ops:
Operations
==========
.. currentmodule:: mlx.core
.. autosummary::
:toctree: _autosummary
abs
add
all
allclose
any
arange
arccos
arccosh
arcsin
arcsinh
arctan
arctanh
argmax
argmin
argpartition
argsort
array_equal
broadcast_to
ceil
clip
2023-11-30 02:42:59 +08:00
concatenate
convolve
conv1d
conv2d
cos
cosh
dequantize
2023-11-30 02:42:59 +08:00
divide
equal
erf
erfinv
exp
expand_dims
eye
flatten
floor
floor_divide
2023-11-30 02:42:59 +08:00
full
greater
greater_equal
identity
2023-11-30 02:42:59 +08:00
less
less_equal
linspace
2023-11-30 02:42:59 +08:00
load
log
log2
log10
log1p
logaddexp
logical_not
logsumexp
matmul
max
maximum
mean
min
minimum
moveaxis
2023-11-30 02:42:59 +08:00
multiply
negative
ones
ones_like
partition
pad
prod
quantize
quantized_matmul
2023-11-30 02:42:59 +08:00
reciprocal
repeat
2023-11-30 02:42:59 +08:00
reshape
2023-12-19 03:32:48 +08:00
round
2023-11-30 02:42:59 +08:00
rsqrt
save
savez
savez_compressed
save_safetensors
2023-11-30 02:42:59 +08:00
sigmoid
sign
sin
sinh
softmax
sort
split
sqrt
square
squeeze
stack
2023-11-30 02:42:59 +08:00
stop_gradient
subtract
sum
swapaxes
2023-11-30 02:42:59 +08:00
take
take_along_axis
tan
tanh
2024-01-03 09:15:00 +08:00
tensordot
2023-11-30 02:42:59 +08:00
transpose
tri
tril
triu
2023-11-30 02:42:59 +08:00
var
where
zeros
zeros_like