Skip to content

Commit

Permalink
update cmsisnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheng-Bicheng committed Mar 26, 2024
1 parent 17c5b53 commit 13a8cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/op/contrib/cmsisnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def check_qnn_softmax(pattern):
and dequantize_call.args[0].checked_type.dtype == "int16"
):
return True
print("check_qnn_softmax failed")
return False

def qnn_conv2d_pattern(with_pad):
Expand Down

0 comments on commit 13a8cd5

Please sign in to comment.