jwfromm commented on a change in pull request #5135: [ONNX]Pool3d & upsample3d 
op support
URL: https://github.com/apache/incubator-tvm/pull/5135#discussion_r396797603
 
 

 ##########
 File path: tests/python/frontend/onnx/test_forward.py
 ##########
 @@ -800,11 +824,45 @@ def _test_upsample_bilinear_opset9():
         tvm.testing.assert_allclose(out_array, tvm_out, rtol=1e-5, atol=1e-5)
 
 
+def _test_upsample_trilinear():
 
 Review comment:
   rename to `_test_upsample3d_trilinear` for clarity.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to