ekalda commented on a change in pull request #9521:
URL: https://github.com/apache/tvm/pull/9521#discussion_r752346254
##########
File path: tests/python/contrib/test_ethosu/test_codegen.py
##########
@@ -349,6 +349,7 @@ def representative_dataset():
([1, 2, 3, 4], [1, 2, 3, 4]),
([1, 2, 3, 4], [1, 1, 1, 1]),
([1, 1, 1, 1], [1, 2, 3, 4]),
+ ([1, 4, 4], [4, 1]),
Review comment:
Yes, good point, 120 tests is a bit too much :D Yes, I think it is a
good idea to test a few IFMs with all the "flavours" of the binary elementwise
operators and then have a separate test just for one of them to test all the
corner cases
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]