mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-02 02:07:27 +00:00
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:
parent
9b9b1e32e0
commit
62cbc8e3eb
10 changed files with 505 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ PythonOpsResolver::PythonOpsResolver() {
|
|||
AddDequantize();
|
||||
AddDetectionPostprocess();
|
||||
AddDiv();
|
||||
AddDynamicUpdateSlice();
|
||||
AddElu();
|
||||
AddEmbeddingLookup();
|
||||
AddEnergy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue