mlx/docs/build/html/_sources/python/ops.rst

128 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2023-11-30 04:41:56 +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
2023-12-18 05:23:03 +08:00
ceil
2023-12-22 14:13:41 +08:00
clip
2023-11-30 04:41:56 +08:00
concatenate
convolve
conv1d
conv2d
cos
cosh
2023-12-22 14:13:41 +08:00
dequantize
2024-02-02 05:08:29 +08:00
diag
diagonal
2023-11-30 04:41:56 +08:00
divide
2024-01-11 06:14:38 +08:00
divmod
2023-11-30 04:41:56 +08:00
equal
erf
erfinv
exp
expand_dims
2023-12-14 06:46:24 +08:00
eye
2023-12-18 05:23:03 +08:00
flatten
2023-12-22 14:13:41 +08:00
floor
floor_divide
2023-11-30 04:41:56 +08:00
full
greater
greater_equal
2023-12-14 06:46:24 +08:00
identity
2024-01-11 06:14:38 +08:00
inner
2024-01-18 09:15:29 +08:00
isnan
isposinf
isneginf
isinf
2023-11-30 04:41:56 +08:00
less
less_equal
2023-12-22 14:13:41 +08:00
linspace
2023-11-30 04:41:56 +08:00
load
log
log2
log10
log1p
logaddexp
logical_not
2024-01-11 06:14:38 +08:00
logical_and
logical_or
2023-11-30 04:41:56 +08:00
logsumexp
matmul
max
maximum
mean
min
minimum
2023-12-18 05:23:03 +08:00
moveaxis
2023-11-30 04:41:56 +08:00
multiply
negative
ones
ones_like
2024-01-11 06:14:38 +08:00
outer
2023-11-30 04:41:56 +08:00
partition
pad
prod
2023-12-22 14:13:41 +08:00
quantize
quantized_matmul
2023-11-30 04:41:56 +08:00
reciprocal
2024-01-04 12:14:05 +08:00
repeat
2023-11-30 04:41:56 +08:00
reshape
2023-12-22 14:13:41 +08:00
round
2023-11-30 04:41:56 +08:00
rsqrt
save
savez
savez_compressed
2024-01-11 06:14:38 +08:00
save_gguf
2024-01-04 12:14:05 +08:00
save_safetensors
2023-11-30 04:41:56 +08:00
sigmoid
sign
sin
sinh
softmax
sort
split
sqrt
square
squeeze
2023-12-18 05:23:03 +08:00
stack
2023-11-30 04:41:56 +08:00
stop_gradient
subtract
sum
2023-12-18 05:23:03 +08:00
swapaxes
2023-11-30 04:41:56 +08:00
take
take_along_axis
tan
tanh
2024-01-04 12:14:05 +08:00
tensordot
2023-11-30 04:41:56 +08:00
transpose
2023-12-18 05:23:03 +08:00
tri
tril
triu
2023-11-30 04:41:56 +08:00
var
where
zeros
zeros_like