aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite_supported_operators.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite_supported_operators.py')
-rw-r--r--ethosu/vela/tflite_supported_operators.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethosu/vela/tflite_supported_operators.py b/ethosu/vela/tflite_supported_operators.py
index 396fbc23..b47104d7 100644
--- a/ethosu/vela/tflite_supported_operators.py
+++ b/ethosu/vela/tflite_supported_operators.py
@@ -708,8 +708,7 @@ class TFLiteSupportedOperators:
@staticmethod
def constraint_resizebi_half_pixel_centers_dims(op):
- """Half_pixel_centers for resize bilinear requires that the width
- and height of the IFM and OFM must match one of the following criteria:
+ """For half_pixel_centers the width and height of the IFM and OFM must match one of the following criteria:
IFM W and H are both 1
OFM W and H is 2x IFM W and H"""
half_pixel_centers = op.attrs.get("half_pixel_centers", False)