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
https://data-apis.org/array-api/latest/extensions/generated/signatures.linalg.matrix_rank.html states that the return type should be float. Is this correct? If so, why is that? All the frameworks : torch, TensorFlow , Jax return an int type or variant.
float
torch
TensorFlow
Jax
int
The text was updated successfully, but these errors were encountered:
@RickSanchezStoic Thanks for filing this issue. You are correct. The return type should be the default integer data type.
Sorry, something went wrong.
Fix mistake in description of return dtype for matrix_rank
matrix_rank
d57bc5d
This was a simple mistake, not discussed in the review for the PR that added `matrix_rank` (data-apisgh-128). Closes data-apisgh-469
Fix mistake in description of return dtype for matrix_rank (#510)
6d88b3f
This was a simple mistake, not discussed in the review for the PR that added `matrix_rank` (gh-128). Closes gh-469
Successfully merging a pull request may close this issue.
https://data-apis.org/array-api/latest/extensions/generated/signatures.linalg.matrix_rank.html states that the return type should be
float
. Is this correct? If so, why is that? All the frameworks :torch
,TensorFlow
,Jax
return anint
type or variant.The text was updated successfully, but these errors were encountered: