aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite_model_semantic.py
diff options
context:
space:
mode:
authorRickard Bolin <rickard.bolin@arm.com>2023-09-05 11:38:19 +0000
committerRickard Bolin <rickard.bolin@arm.com>2024-01-30 14:14:52 +0000
commitfdbb072dacae339dd3f8efd3fb70fa84b9296033 (patch)
tree36d5704fc2e99f429bd3662f15916335e97e27f8 /ethosu/vela/tflite_model_semantic.py
parent014bc28324014dc82e3b352d7a81df9ed0338c56 (diff)
downloadethos-u-vela-fdbb072dacae339dd3f8efd3fb70fa84b9296033.tar.gz
MLBEDSW-8491: Add support for Mirror pad
Change-Id: I3c13118e14195a5fb8e522a38b205b75fb07b74b Signed-off-by: Rickard Bolin <rickard.bolin@arm.com>
Diffstat (limited to 'ethosu/vela/tflite_model_semantic.py')
-rw-r--r--ethosu/vela/tflite_model_semantic.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethosu/vela/tflite_model_semantic.py b/ethosu/vela/tflite_model_semantic.py
index eff40bc5..1c258de8 100644
--- a/ethosu/vela/tflite_model_semantic.py
+++ b/ethosu/vela/tflite_model_semantic.py
@@ -258,6 +258,9 @@ class TFLiteSemantic:
Op.Transpose: [
TFLiteSemantic.constraint_tens_quant_none_check,
],
+ Op.MirrorPad: [
+ TFLiteSemantic.constraint_tens_quant_none_check,
+ ],
}
return generic_constraints_exclude_list