We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5463f4d commit 011dd66Copy full SHA for 011dd66
python/tvm/topi/testing/conv2d_backcward_weight_python.py
@@ -14,7 +14,7 @@
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17
-# pylint: disable=invalid-name
+# pylint: disable=invalid-name, too-many-nested-blocks
18
"""Gradient of conv2d with respect to weight in python"""
19
import numpy as np
20
0 commit comments