ccjoechou commented on a change in pull request #9328:
URL: https://github.com/apache/tvm/pull/9328#discussion_r732359351



##########
File path: tests/python/relay/test_pass_convert_op_layout.py
##########
@@ -2039,5 +2039,337 @@ def expected():
         assert tvm.ir.structural_equal(a, b), "Actual = \n" + str(a)
 
 
+def test_conv_max_pool_uses_specified_convert_layout():

Review comment:
       Followed suggestion to 3 new test functions to be right after its 
existing counterparts, respectively:
   - moved new test_conv_bias_pool_uses_specified_convert_layout() function to 
be right after test_conv_bias_pool_convert_layout()
   - moved new test_deformable_conv_bias_pool_uses_specified_convert_layout() 
function to be right after test_deformable_conv_bias_pool_convert_layout()
   - moved new test_resnet_pool_uses_specified_convert_layout() function to be 
right after test_resnet_convert_layout()
   
   The new test_conv_max_pool_uses_specified_convert_layout() function has no 
existing counterpart; thus, it stays in the same location.




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