mlx/python/src
Angelos Katharopoulos 02fedbf1da
Fix array initialization from list (#942)
* Fix array initialization from list

* Change the error message in the test
2024-04-01 06:27:52 -07:00
..
array.cpp Fix array initialization from list (#942) 2024-04-01 06:27:52 -07:00
buffer.h Remove unnecessary string copies (#891) 2024-03-28 13:14:59 -07:00
CMakeLists.txt Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
constants.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
convert.cpp Ensure shape dimensions are within supported integer range (#566) (#704) 2024-03-25 13:29:45 -07:00
convert.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
device.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
fast.cpp post nanobind docs fixes and some updates (#889) 2024-03-24 15:03:27 -07:00
fft.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
indexing.cpp Fix unsqueeze with None (#899) 2024-03-26 13:59:44 -07:00
indexing.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
linalg.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
load.cpp Do not store iostream in shared_ptr (#872) 2024-03-22 06:54:45 -07:00
load.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
metal.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
mlx.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
ops.cpp add numeric type hierarchy and issubdtype as well as a set_dtype meth… (#427) 2024-03-25 12:32:59 -07:00
random.cpp post nanobind docs fixes and some updates (#889) 2024-03-24 15:03:27 -07:00
stream.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
transforms.cpp Use uintptr_t instead of size_t to store funtion id (#916) 2024-03-28 06:37:59 -07:00
trees.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
trees.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
utils.h Comparing python objects (such as list/tuple) with mlx.core.array (#920) 2024-03-29 06:52:30 -07:00