mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-09 18:56:39 +08:00
![]() * Implementation of mlx.random.multivariate_normal (#502) * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Updated typo in docstring * Restricted multivariate_normal to float32 * Generic mean and variance shapes * Review edits * Update mlx/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Update python/src/random.cpp Co-authored-by: Awni Hannun <awni.hannun@gmail.com> * Test for ndim of mean and cov * nits * smaller size for test * fix broadcasted sampling --------- Co-authored-by: Awni Hannun <awni.hannun@gmail.com> Co-authored-by: Awni Hannun <awni@apple.com> |
||
---|---|---|
.. | ||
array.cpp | ||
buffer.h | ||
CMakeLists.txt | ||
constants.cpp | ||
convert.cpp | ||
convert.h | ||
device.cpp | ||
fast.cpp | ||
fft.cpp | ||
indexing.cpp | ||
indexing.h | ||
linalg.cpp | ||
load.cpp | ||
load.h | ||
metal.cpp | ||
mlx.cpp | ||
ops.cpp | ||
random.cpp | ||
stream.cpp | ||
transforms.cpp | ||
trees.cpp | ||
trees.h | ||
utils.h |