mbrookhart commented on a change in pull request #6198:
URL: https://github.com/apache/incubator-tvm/pull/6198#discussion_r464643447
##########
File path: python/tvm/relay/op/image/image.py
##########
@@ -239,6 +245,7 @@ def affine_grid(data, target_shape=None):
"""
return _make.affine_grid(data, target_shape)
+
Review comment:
I ran Yapf on it, which inserted this line. Looking up Pep8 to be sure,
we need two lines between top level functions in a module:
https://www.python.org/dev/peps/pep-0008/#blank-lines
----------------------------------------------------------------
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]