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/06/22 16:53:44 UTC

[GitHub] [tvm] lhutton1 commented on a change in pull request #8291: Turn on Compute library testing in CI for AArch64

lhutton1 commented on a change in pull request #8291:
URL: https://github.com/apache/tvm/pull/8291#discussion_r656386509



##########
File path: tests/python/contrib/test_arm_compute_lib/test_network.py
##########
@@ -158,7 +170,10 @@ def test_squeezenet():
     if skip_runtime_test():
         return
 
-    import tvm.relay.testing.tf as tf_testing
+    try:
+        import tvm.relay.testing.tf as tf_testing
+    except ImportError:
+        pytest.skip("Missing TF Support")

Review comment:
       ```suggestion
           pytest.skip("Missing Tflite Support")
   ```




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