Skip to content

Commit 33a86e1

Browse files
committed
Black formatting for hexagon_unary_ops.py
1 parent 43eb1a1 commit 33a86e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/contrib/hexagon/hexagon_unary_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def LUT_generation(inp_scale, inp_zp, out_scale, out_zp, op_name) -> None:
7171
op_val = np.log(dequant)
7272
elif "abs" in op_name:
7373
op_val = np.abs(dequant)
74-
else :
74+
else:
7575
logger.error("Error op is other than unary op")
7676

7777
# Quantizing the value generated and appending in the Look Up Table)

0 commit comments

Comments
 (0)