-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
add type conversions [feature request] #30
Comments
We do have support for |
Sure Here's how I think it should behave, not sure if this makes sense
Here's a simple wrapper that does what I want, but is not a good implementation
|
Yes, I fully agree. For |
oh great, that's actually all I needed at the moment. My apologies for not
checking the docs closely enough.
…On Wed, Apr 7, 2021 at 11:50 AM Jonas Rauber ***@***.***> wrote:
Yes, I fully agree. For float32 specifically, we actually also have a
tensor.float32() method (but not yet for the other dtypes).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6TGEWDWV6GJ7TD4ZULOJDTHR5MDANCNFSM42LQ5SOQ>
.
|
Converting between things like float32/64/int32/64 would be a really nice addition!
The text was updated successfully, but these errors were encountered: