You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/17 22:56:54 UTC

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4536: [ONNX] Resize op converter and add half_pixel mode to Resize op

masahi commented on a change in pull request #4536: [ONNX] Resize op converter and add half_pixel mode to Resize op
URL: https://github.com/apache/incubator-tvm/pull/4536#discussion_r359073394
 
 

 ##########
 File path: tests/python/frontend/onnx/test_forward.py
 ##########
 @@ -95,23 +95,6 @@ def verify_onnx_forward_impl(graph_file, data_shape, out_shape):
         tvm.testing.assert_allclose(c2_out, tvm_out, rtol=1e-5, atol=1e-5)
 
 
-def verify_super_resolution_example():
 
 Review comment:
   These tests are not used and references non existent variables like super_resolution, so I removed them.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services