-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Relay, Topi] [Frontend][TFLite, MXNet] ReverseSequence operator #5495
Conversation
Signed-off-by: maheshambule <mahesh_ambule@persistent.com>
Signed-off-by: maheshambule <mahesh_ambule@persistent.com>
Signed-off-by: maheshambule <mdambule07@gmail.com>
Signed-off-by: maheshambule
MXNet SequenceReverse implementation
cc: @FrozenGene, @masahi, @yongwww |
ping @FrozenGene, @masahi Please take a look. |
@anijain2305 - Please review |
@siju-samuel Pinging for review if interested :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maheshambule Could you please rebase to the latest code.
@siju-samuel, rebased to master. PTAL. |
@siju-samuel, Thanks. Fixed as per the review comments. |
@siju-samuel Thanks for the review. Can you please look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @siju-samuel @dhruvaray @cbalint13 @maheshambule this is merged |
…che#5495) * TFLite reverse_sequence op * TFLite add_n implementation * reverse_sequence implementation * reverse_sequence implementation * reverse sequence * TOPI,Relay,TFLite - Reverse Sequence Signed-off-by: maheshambule <mahesh_ambule@persistent.com> * Reverse Sequence small fixes Signed-off-by: maheshambule <mahesh_ambule@persistent.com> * lint fixes Signed-off-by: maheshambule <mdambule07@gmail.com> * TFLite reverse_sequence op Signed-off-by: maheshambule * MXNet SequenceReverse implementation * clang format * clang format * review comment fixes
…che#5495) * TFLite reverse_sequence op * TFLite add_n implementation * reverse_sequence implementation * reverse_sequence implementation * reverse sequence * TOPI,Relay,TFLite - Reverse Sequence Signed-off-by: maheshambule <mahesh_ambule@persistent.com> * Reverse Sequence small fixes Signed-off-by: maheshambule <mahesh_ambule@persistent.com> * lint fixes Signed-off-by: maheshambule <mdambule07@gmail.com> * TFLite reverse_sequence op Signed-off-by: maheshambule * MXNet SequenceReverse implementation * clang format * clang format * review comment fixes
Ref: https://www.tensorflow.org/api_docs/python/tf/reverse_sequence
Reverse op's compute def is refactored and is now being invoked as a special case of RevereseSequence op.
@jwfromm, @FrozenGene, @kevinthesun, @siju-samuel @mbaret @u99127 Could you please review?