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:
[email protected]


Reply via email to