diff --git a/python/tvm/relay/op/contrib/ethosn.py b/python/tvm/relay/op/contrib/ethosn.py index b475e3af2a957..5129ed9ffaef6 100644 --- a/python/tvm/relay/op/contrib/ethosn.py +++ b/python/tvm/relay/op/contrib/ethosn.py @@ -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