mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-29 13:01:14 +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> |
||
---|---|---|
.. | ||
allocator_tests.cpp | ||
arg_reduce_tests.cpp | ||
array_tests.cpp | ||
autograd_tests.cpp | ||
blas_tests.cpp | ||
CMakeLists.txt | ||
compile_tests.cpp | ||
creations_tests.cpp | ||
custom_vjp_tests.cpp | ||
device_tests.cpp | ||
eval_tests.cpp | ||
fft_tests.cpp | ||
linalg_tests.cpp | ||
load_tests.cpp | ||
metal_tests.cpp | ||
ops_tests.cpp | ||
random_tests.cpp | ||
scheduler_tests.cpp | ||
tests.cpp | ||
utils_tests.cpp | ||
vmap_tests.cpp |