Skip to content

Commit

Permalink
Testcase check added to run in tf version above 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siju-samuel committed Feb 24, 2020
1 parent e32831f commit a4d9023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,8 @@ def test_all_reduce():
_test_forward_reduce_quantized(_test_reduce_mean)
_test_forward_reduce(_test_reduce_prod)
_test_forward_reduce(_test_reduce_sum)
_test_forward_reduce(_test_reduce_any, dtype="bool")
if package_version.parse(tf.VERSION) >= package_version.parse('1.15.0'):
_test_forward_reduce(_test_reduce_any, dtype="bool")


#######################################################################
Expand Down

0 comments on commit a4d9023

Please sign in to comment.