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
mlx-rs
argmax
Array
_device
core::ops::Index
core::ops::IndexMut
impl AsRef<T>
compile
impl Into<Option<_>>
SIGSEGV
impl ScalarOrArray
mlx_rs::ops::softmax
softmax
softmax_all
vjp
jvp
grad
value_and_grad
Result<_, Exception>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mlx-sys
instead ofmlx-rs
(Remove unused submodule entry and updated badge url and docs url #94 )mlx-sys
readme not updatedmlx-sys
andmlx-rs
argmax
should also be a method ofArray
_device
and non_device
variantscore::ops::Index
andcore::ops::IndexMut
#97impl AsRef<T>
if the arg only takes a reference #110compile
args to takeimpl Into<Option<_>>
SIGSEGV
caused byimpl ScalarOrArray
#106mlx_rs::ops::softmax
tosoftmax
andsoftmax_all
#111vjp
,jvp
,grad
, andvalue_and_grad
don't take closure that returnsResult<_, Exception>
#113compile
doesn't take closure that returnsResult<_, Exception>
#114compile
a model #117The text was updated successfully, but these errors were encountered: