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 2021/01/06 02:02:33 UTC

[GitHub] [tvm] jcf94 commented on a change in pull request #7214: [ConvertLayout] Support transpose

jcf94 commented on a change in pull request #7214:
URL: https://github.com/apache/tvm/pull/7214#discussion_r552322291



##########
File path: tests/python/relay/test_pass_convert_op_layout.py
##########
@@ -1473,29 +1557,30 @@ def expected():
 
 
 if __name__ == "__main__":
-    test_qnn_binary_no_convert_layout()
-    test_no_convert_layout()
-    test_conv_convert_layout()
-    test_conv_nhwc_convert_layout()
-    test_conv_bias_pool_convert_layout()
-    test_conv_concat_convert_layout()
-    test_dual_path_convert_layout()
-    test_bn_convert_layout()
-    test_slice_like_convert_layout()
-    test_resnet_convert_layout()
-    test_scalar_convert_layout()
-    test_conv_bn_convert_layout()
-    test_qnn_conv_requantize_convert_layout()
-    test_qnn_conv_concat_convert_layout()
-    test_qnn_conv_add_convert_layout()
-    test_qnn_conv_nhwc_convert_layout()
-    test_conv_convert_kernel_layout()
-    test_conv_transpose_convert_layout()
-    test_conv_roi_align_convert_layout()
-    test_conv_roi_pool_convert_layout()
-    test_conv_strided_slice_convert_layout()
-    test_deformable_conv_bias_pool_convert_layout()
-    test_default_keyword()
-    test_different_ops_convert_layout()
-    test_no_desired_layout()
-    test_convert_with_config()
+    # test_qnn_binary_no_convert_layout()
+    # test_no_convert_layout()
+    # test_conv_convert_layout()
+    # test_conv_nhwc_convert_layout()
+    # test_conv_bias_pool_convert_layout()
+    # test_conv_concat_convert_layout()
+    # test_dual_path_convert_layout()
+    # test_bn_convert_layout()
+    # test_slice_like_convert_layout()
+    test_transpose_convert_layout()
+    # test_resnet_convert_layout()
+    # test_scalar_convert_layout()
+    # test_conv_bn_convert_layout()
+    # test_qnn_conv_requantize_convert_layout()
+    # test_qnn_conv_concat_convert_layout()
+    # test_qnn_conv_add_convert_layout()
+    # test_qnn_conv_nhwc_convert_layout()
+    # test_conv_convert_kernel_layout()
+    # test_conv_transpose_convert_layout()
+    # test_conv_roi_align_convert_layout()
+    # test_conv_roi_pool_convert_layout()
+    # test_conv_strided_slice_convert_layout()
+    # test_deformable_conv_bias_pool_convert_layout()
+    # test_default_keyword()
+    # test_different_ops_convert_layout()
+    # test_no_desired_layout()
+    # test_convert_with_config()

Review comment:
       Did you forget to uncomment these tests?




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