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
Pytorch gives boolean output for relational/comparison/logical ops Ex. in Pytorch tracing sweeps , like this https://github.com/tenstorrent/pytorch2.0_ttnn/blob/main/docs/operations/aten.le.Tensor.md do we expect TTNN output to be the same as boolean ? Or is it enough to have integer output for these category of ops ?
The text was updated successfully, but these errors were encountered:
We are not creating a boolen datatype but we do have integer output for some ops tracked in #13374
Sorry, something went wrong.
No branches or pull requests
Pytorch gives boolean output for relational/comparison/logical ops
Ex. in Pytorch tracing sweeps , like this https://github.com/tenstorrent/pytorch2.0_ttnn/blob/main/docs/operations/aten.le.Tensor.md
do we expect TTNN output to be the same as boolean ? Or is it enough to have integer output for these category of ops ?
The text was updated successfully, but these errors were encountered: