yongwww commented on a change in pull request #4308: [Frontend]Add TensorFlow
FloorMod
URL: https://github.com/apache/incubator-tvm/pull/4308#discussion_r345466063
##########
File path: python/tvm/relay/op/tensor.py
##########
@@ -397,6 +397,24 @@ def divide(lhs, rhs):
return _make.divide(lhs, rhs)
+def floor_divide(lhs, rhs):
Review comment:
Add the op into api docs, docs/api/python/topi.rst,
doc/langref/relay_op.rst, docs/frontend/tensorflow.rst
----------------------------------------------------------------
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