hugolatendresse commented on code in PR #17863:
URL: https://github.com/apache/tvm/pull/17863#discussion_r2072693657
##########
tests/python/relax/test_frontend_from_exported_program.py:
##########
@@ -4419,5 +4420,35 @@ def main(
verify_model(Eye2(), example_args2, {}, Expected2)
+def test_cross_entropy():
+ class CrossEntropyModule(Module):
Review Comment:
@mshr-h I added a e2e test case in the nightly tests. Please let me know if
that addresses your concern.
--
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]