ashutosh-arm commented on code in PR #13092:
URL: https://github.com/apache/tvm/pull/13092#discussion_r1000843325


##########
python/tvm/relay/op/contrib/ethosn.py:
##########
@@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule:  # pylint: 
disable=invalid-name
     """Converts operations into a numerically equivalent form
     that can be understood by the NPU codegen.
 
-    Return
-    ------
+    Returns
+    -------
     Pass
         The module pass.
     """
     return _ethosn.ConvertEquivalents()
 
 
+def InlineNonComputeIntensivePartitions() -> tvm.ir.IRModule:  # pylint: 
disable=invalid-name

Review Comment:
   oh yeah I missed that as the pylint pragmas were at the top of those files 
at other places.



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

Reply via email to