tlopex commented on code in PR #17841:
URL: https://github.com/apache/tvm/pull/17841#discussion_r2046356409
##########
tests/python/relax/test_frontend_from_fx.py:
##########
@@ -4513,5 +4513,143 @@ def main(
verify_model(Narrow(), [([5, 3], "float32")], {}, Expected)
+def test_norm():
+ input_info = [([1, 3, 5, 3], "float32")]
+
+ class Norm1(Module):
Review Comment:
Sure, I'll modify the code like that soon. Thanks!
--
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]