NDArray: A Multidimensional Array library for Swift

Hey Fastai,

I made this multidimensional array library in pure Swift. Its in a very early stage but it intends to be the equivalent of Numpy in Swift. While S4TF eager Tensors overlap with these kind of libraries, it might not be suitable for specific use cases therefor a flexible tool like this is needed.

1 Like

Thanks for sharing, Cristian. Please help me understand how this would fit into the ecosystem. Is NDArray to S4TF as numpy is to PyTorch?