-
Notifications
You must be signed in to change notification settings - Fork 96
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
[BUG] Function "all" and "any" can not work normally #931
Comments
Hi @DerekLin919 , can you please give an example of this not working? Our unit tests have a 4D tensor and it passes, and I just tried on a 3D tensor and it seems to be correct:
Output:
|
Thank you for your prompt reply! I will try the the unit test you provide on several days later. Thank you again! |
I have tried the example you provided and it does work correctly. However, I reproduced the example provided in the documentation for converting a 4-dimensional tensor to a 2-dimensional tensor, and it does not run correctly. The program is as follows. The following compilation error is displayed. |
Thanks, I was able to reproduce it now. We will look into it. |
Describe the Bug
When the dimension of the input tensor is 3 or more, the functions all and any can't work normally.
To Reproduce
Expected Behavior
Code Snippets
System Details (please complete the following information):
Additional Context
The text was updated successfully, but these errors were encountered: