tlopex commented on code in PR #18039:
URL: https://github.com/apache/tvm/pull/18039#discussion_r2141654598


##########
tests/python/relax/test_frontend_from_fx.py:
##########
@@ -2170,6 +2170,53 @@ def main(
     verify_model(model, input_info, binding, expected1)
 
 
+def test_instancenorm2d():
+    torch.set_grad_enabled(False)
+    torch.random.manual_seed(0)
+
+    input_info = [([1, 3, 10, 10], "float32")]
+
+    class InstanceNorm2d(Module):

Review Comment:
   I think we'd better add tests for `InstanceNorm1D` and `InstanceNorm3D` 
since you add it in FX :)



-- 
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]

Reply via email to