-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled LSTM kernel support for XTENSA target. Updated xtensa_downloads script to use the latest HiFi NN Libraries. The 8x16 unit test cases has non-zero zero_point for 16 bit output. [https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/kernels/testdata/lstm_test_data.cc#L255C1-L258C61](url) Default run for all the 8x16 unit test cases result: FAIL. This is due to non-zero output offset value. BUG=#1867
- Loading branch information
Showing
13 changed files
with
2,124 additions
and
2,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,564 changes: 419 additions & 1,145 deletions
1,564
tensorflow/lite/micro/kernels/xtensa/lstm_eval.cc
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
615 changes: 587 additions & 28 deletions
615
tensorflow/lite/micro/kernels/xtensa/lstm_eval_hifi.cc
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.