Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Change-Id: I6e8d1d9d05e5870dad4f9735f3c0ed81458449f3
  • Loading branch information
lhutton1 committed Sep 5, 2022
1 parent 99a8b6b commit 5cd14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/contrib/ethosn.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def check_mean(extract):
return _ethosn.mean(extract)

def check_conv2d_transpose(extract):
"""Check if mean is supported by Ethos-N."""
"""Check if conv2d_transpose is supported by Ethos-N."""
if not ethosn_available():
return False

Expand Down

0 comments on commit 5cd14fc

Please sign in to comment.