leandron commented on a change in pull request #9478:
URL: https://github.com/apache/tvm/pull/9478#discussion_r745751993
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -1850,6 +1878,16 @@ def _test_tan(data):
return _test_unary_elemwise(math_ops.tan, data)
+#######################################################################
+# Sqrt
+# ----
+
+
+def _test_sqrt(data):
+ """One iteration of sqrt"""
+ return _test_unary_elemwise(math_ops.sqrt, data)
+
+
Review comment:
This block above seems unrelated to this PR, right?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]