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 Mar 1, 2020
1 parent e3ea5b8 commit 6cf3805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,16 +944,16 @@ def _test_squared_difference(data):
return _test_elemwise(math_ops.squared_difference, data)

#######################################################################
# floor_divide
# ------------------
# Floor_divide
# ------------

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

#######################################################################
# floor_mod
# ------------------
# Floor_mod
# ---------

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

0 comments on commit 6cf3805

Please sign in to comment.