Olivert007 opened a new pull request, #12498:
URL: https://github.com/apache/tvm/pull/12498

   In the main function,  `resize2d` case name is wrong
   `def test_resize2d_infer_type():
        n, c, h, w = te.size_var("n"), te.size_var("c"), te.size_var("h"), 
te.size_var("w")
        ...
   
   @tvm.testing.uses_gpu
   def test_resize2d(executor_kind):
       def verify_resize2d(dshape, scale, method, layout):
       ...
   
   if __name__ == "__main__":
       test_resize_infer_type()
       test_resize()`
   
   Fix  resize2d op case name, replace `resize` to `resize2d`


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