Skip to content

Commit

Permalink
Update python/tvm/relay/op/contrib/arm_compute_lib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
  • Loading branch information
d-smirnov and comaniac authored Nov 5, 2020
1 parent ad7d495 commit 34530e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/contrib/arm_compute_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def _check(shape, dtype):
if _check(i.shape, i.dtype):
return True
else:
raise Exception("Not supported")
raise RuntimeException("Not supported input type: %s" % type(i))
return False


Expand Down

0 comments on commit 34530e7

Please sign in to comment.