wyc-ruiker commented on a change in pull request #4971: [TFLITE]FLOOR_MOD & 
FLOOR_DIV support
URL: https://github.com/apache/incubator-tvm/pull/4971#discussion_r386007675
 
 

 ##########
 File path: tests/python/frontend/tflite/test_forward.py
 ##########
 @@ -942,6 +942,22 @@ def _test_squared_difference(data):
     """ One iteration of squared difference """
     return _test_elemwise(math_ops.squared_difference, data)
 
+#######################################################################
+# floor_divide
+# ------------------
+
+def _test_floor_divide(data):
+    """ One iteration of floor_div"""
+    return _test_elemwise(math_ops.floordiv, data)
+
+#######################################################################
+# floor_mod
+# ------------------
 
 Review comment:
   `floor_mod` -> `Floor_mod` and align `-` the same length of `Floor_mod`

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