We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mlx-sys
The mlx-sys crate will keep up with the upstream releases and will remain in the pre-release (alpha) versions until the following issues are resolved.
UniquePtr<CxxVector<OpaqueCxxType>>
[T; n]
Vec<T>
transforms::compat
rust::Slice<std::unique_ptr<mlx::core::array>>
Clone
Copy
StreamOrDevice
The text was updated successfully, but these errors were encountered:
This is issue is closed in favour of #35
Sorry, something went wrong.
No branches or pull requests
The
mlx-sys
crate will keep up with the upstream releases and will remain in the pre-release (alpha) versions until the following issues are resolved.UniquePtr<CxxVector<OpaqueCxxType>>
in rust #3[T; n]
orVec<T>
) #9transforms::compat
to return result #13rust::Slice<std::unique_ptr<mlx::core::array>>
#18Clone
andCopy
forStreamOrDevice
The text was updated successfully, but these errors were encountered: