You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/04 01:51:02 UTC

[GitHub] [incubator-tvm] alter-xp commented on a change in pull request #6818: TF frontend: add rint op

alter-xp commented on a change in pull request #6818:
URL: https://github.com/apache/incubator-tvm/pull/6818#discussion_r517054236



##########
File path: tests/python/frontend/tensorflow/test_forward.py
##########
@@ -3520,6 +3520,23 @@ def _test_forward_softsign(shape):
     _test_forward_softsign([2, 5, 2, 5])
 
 
+def test_forward_rint():
+    """test operator rint """
+
+    def _test_forward_rint(shape):
+        tf.disable_eager_execution()
+        np_data = np.random.uniform(1, 100, size=shape).astype(np.float32)

Review comment:
       Thank you for your comments, but I don't get your point.
   What does '- ve floats' mean?




----------------------------------------------------------------
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:
users@infra.apache.org