Porting Dynamic_Update_Slice operator from TFLite (#3246)

* Sync files related to Reverse_V2 from TFLite

#3110

* PRelu Int16x8 support in RefC

* Fix code style in prelu_test.cc

* 1. Reverted the copyright year

* Resolved compilation error for Int8x8 test case

* Add Dynamic_Update_Slice support to TFLM

* Code style error correction

* Code style correction

* Replaced hard coded MaxDimensions to RuntimeShape::kMaxSmallSize

* 1. Added more test cases \n2.Removed unused code

* Updates for test failure on ARM

* Code style updates

* Updates on test case failure for ARM

* Updates on test case failure for ARM

* Code style updates

---------

Co-authored-by: Esun Kim <veblush@google.com>
This commit is contained in:
Kunasi Ramesh 2025-11-10 17:22:59 +00:00 committed by GitHub
parent 9b9b1e32e0
commit 62cbc8e3eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 505 additions and 1 deletions

View file

@ -47,6 +47,7 @@ PythonOpsResolver::PythonOpsResolver() {
AddDequantize();
AddDetectionPostprocess();
AddDiv();
AddDynamicUpdateSlice();
AddElu();
AddEmbeddingLookup();
AddEnergy();