Skip to content

Commit 37abf7e

Browse files
author
Matthew
committed
fix lint again
1 parent 1bf48a4 commit 37abf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tvm/relay/transform/fake_quantization_to_integer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def clip(expr, type_map):
251251

252252
@register_fake_quantization_to_integer("nn.relu")
253253
def relu(expr, type_map):
254+
"""Rewrite a relu op"""
254255
arg = expr.args[0]
255256
t = type_map[arg]
256257
scale_shape = infer_shape(t.scale)

0 commit comments

Comments
 (0)