Skip to content

Commit

Permalink
Fix black linting issues
Browse files Browse the repository at this point in the history
Change-Id: I1813b0226b536aedee0dce9eeeba27aa2d95518b
  • Loading branch information
Giuseppe Rossini committed Sep 25, 2020
1 parent b169973 commit 146da4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tvm/topi/arm_cpu/arm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def is_aarch64_arm():


def get_tiling_B_interleaved_t(interleave_A):
""" Compute the tiling information for matrix B', where B'
"""Compute the tiling information for matrix B', where B'
is the transposed and interleaved version of matrix B in C=A*B.
The tiling information is chosen to maximize register usage during the
Expand Down
2 changes: 1 addition & 1 deletion python/tvm/topi/arm_cpu/conv2d_alter_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


def interleave_transpose_weights(inputs, data, kernel, interleave_A):
""" Transform the weight matrix by reshaping, interleaving and transposing it
"""Transform the weight matrix by reshaping, interleaving and transposing it
Parameters
----------
Expand Down

0 comments on commit 146da4b

Please sign in to comment.