[GitHub] [tvm] SebastianBoblest commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-29 Thread GitBox
SebastianBoblest commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r933045267 ## tests/python/frontend/tensorflow/test_forward.py: ## @@ -498,7 +501,7 @@ def _test_convolution( add_shapes_to_graph_def=True, ): """One iteration of

[GitHub] [tvm] SebastianBoblest commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-29 Thread GitBox
SebastianBoblest commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r933045267 ## tests/python/frontend/tensorflow/test_forward.py: ## @@ -498,7 +501,7 @@ def _test_convolution( add_shapes_to_graph_def=True, ): """One iteration of

[GitHub] [tvm] SebastianBoblest commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-07 Thread GitBox
SebastianBoblest commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r915696791 ## tests/python/frontend/tflite/test_forward.py: ## @@ -4317,10 +4326,10 @@ def convert_sub_dummy(self, op): ] out = math_ops.subtract(in_data[0

[GitHub] [tvm] SebastianBoblest commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-07 Thread GitBox
SebastianBoblest commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r915691941 ## tests/python/frontend/tflite/test_forward.py: ## @@ -2212,50 +2227,37 @@ def __test_elemwise(in_data): for x in zip( in_d

[GitHub] [tvm] SebastianBoblest commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-07 Thread GitBox
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): +