mlx-swift
mlx-swift copied to clipboard
Swift API for MLX
Results
22
mlx-swift issues
Sort by
recently updated
recently updated
newest added
``` Scan ops do not support complex types yet ``` I get this error when trying to optimise with a loss containing `.product()` operation. `.sum()` works fine.
I get this error: ``` MLX error: [Primitive::vjp] Not implemented for Conjugate. ``` when trying to optimise something containing `.conjugate()` for a complex array.