-
Notifications
You must be signed in to change notification settings - Fork 5
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
Should spox.opset.ai.onnx.vXX.const default to float64 for float input? #24
Comments
This is indeed a good question. We did end up using |
I would propose changing semantics of |
I think having |
Using an equivalent of this I think the only thing that was missing was having a |
I'm not sure I understand what you mean. Are you saying we should have something like |
Yes - as otherwise |
Yes, that makes sense! |
I'm debating whether we should be using |
Numpy defaults to float64 when presented with python
float
s:However, the
const
convenience method defaults tofloat32
. We should consider changing this behavior in order to stay closer to numpy's behavior.The text was updated successfully, but these errors were encountered: