liangfu commented on a change in pull request #4714: Mxnet parser for Qnn dialect URL: https://github.com/apache/incubator-tvm/pull/4714#discussion_r367192729
########## File path: python/tvm/relay/frontend/mxnet.py ########## @@ -14,12 +14,14 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# pylint: disable=invalid-name, import-self, len-as-condition, no-else-return +# pylint: disable=invalid-name, import-self, len-as-condition, no-else-return, too-many-lines Review comment: Avoid disabling linter in head of a file. Instead, you can disable them in specific functions or classes. ---------------------------------------------------------------- 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
