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
TypedModel
Originally posted by alexander-camuto August 23, 2023 Boolean inputs in ONNX get mapped to F32 TypedSource nodes in tract.
TypedSource
I was wondering if this was intentional behaviour.
To replicate this you can run the tract CLI on the following graph composed solely of boolean inputs and AND | OR | XOR | EQUALS operations:
boolean.onnx.zip
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #1161
Originally posted by alexander-camuto August 23, 2023
Boolean inputs in ONNX get mapped to F32
TypedSource
nodes in tract.I was wondering if this was intentional behaviour.
To replicate this you can run the tract CLI on the following graph composed solely of boolean inputs and AND | OR | XOR | EQUALS operations:
boolean.onnx.zip
The text was updated successfully, but these errors were encountered: