Skip to content

Commit

Permalink
Review comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
siju-samuel committed Feb 29, 2020
1 parent 39455f9 commit f3b2ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,15 +944,15 @@ def _test_squared_difference(data):

#######################################################################
# floor_divide
# ------------------
# ------------

def _test_floor_divide(data):
""" One iteration of floor_div"""
return _test_elemwise(math_ops.floordiv, data)

#######################################################################
# floor_mod
# ------------------
# ---------

def _test_floor_mod(data):
""" One iteration of floor_mod"""
Expand Down

0 comments on commit f3b2ca5

Please sign in to comment.