inadob commented on a change in pull request #4978: [TFLITE]Activation 
functions support
URL: https://github.com/apache/incubator-tvm/pull/4978#discussion_r387103760
 
 

 ##########
 File path: tests/python/frontend/tflite/test_forward.py
 ##########
 @@ -1688,6 +1715,9 @@ def test_forward_mediapipe_hand_landmark():
     test_forward_prelu()
     test_forward_fully_connected()
     test_forward_l2_normalization()
+    # The below activations come with TFLite >= 1.14.0 fbs schema
+    if package_version.parse(tf.VERSION) >= package_version.parse('1.14.0'):
 
 Review comment:
   move the version check inside `test_forward_local_response_normalization()`

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


With regards,
Apache Git Services

Reply via email to