SebastianBoblest commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r915683420
########## tests/python/frontend/coreml/test_forward.py: ########## @@ -422,6 +427,7 @@ def verify_unary_sqrt(input_dim): def verify_unary_rsqrt(input_dim, epsilon=0): + """Unary rsqrt""" Review Comment: Isn't it better to disable C0114 in pylint than to add doc-strings that are not useful? -- 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]
