Skip to content

Commit

Permalink
Review comment, checked updated to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
siju-samuel committed Mar 4, 2020
1 parent 50f603f commit ca3b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ def test_all_reduce():
_test_forward_reduce_quantized(_test_reduce_mean)
_test_forward_reduce(_test_reduce_prod)
_test_forward_reduce(_test_reduce_sum)
if package_version.parse(tf.VERSION) >= package_version.parse('1.14.0'):
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 ca3b03d

Please sign in to comment.