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
We currently only support f64 as input data. Remove this limitation and support more data types.
The text was updated successfully, but these errors were encountered:
Added support for f32 data #69
f4fe43a
Updated numpy-scipy side to support f32 #69
836f8ce
Sparse tensor indices crd(_tile),pos(_tile) now have an explicit inte…
878c711
…ger type (i32,i64) instead of index, to allow the frontends choose how they want to represent them. #69
No branches or pull requests
We currently only support f64 as input data. Remove this limitation and support more data types.
The text was updated successfully, but these errors were encountered: