forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unidirectional sequence lstm (apache#11183)
* UnidirectionalLSTM added * fixed missing import * fixed pylint warnings * black formatted tflite.py * corrections according to reviewer comments * fixed black formatting * just to trigger the CI again * assertion now tests that there are exactly 24 input tensors. * black formatted tflite.py * added explanatory comment regarding unused imports * removed unused import * nothing * nothing * added some details in a comment about the differences in unbind regarding to the version in common.py * improved comment on unbind * fix of black issue
- Loading branch information
Showing
2 changed files
with
213 additions
and
5 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