Skip to content
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

Merged
merged 18 commits into from Jun 17, 2020

Conversation

maheshambule
Copy link
Contributor

@maheshambule maheshambule commented May 1, 2020

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?

maheshambule and others added 2 commits May 1, 2020 19:07
Signed-off-by: maheshambule <mahesh_ambule@persistent.com>
Signed-off-by: maheshambule <mdambule07@gmail.com>
@maheshambule maheshambule changed the title [Relay, Topi] [Frontend][TFLite] ReverseSequence operator [Relay, Topi] [Frontend][TFLite, MXNet] ReverseSequence operator May 6, 2020
@maheshambule
Copy link
Contributor Author

cc: @FrozenGene, @masahi, @yongwww

@maheshambule
Copy link
Contributor Author

ping @FrozenGene, @masahi Please take a look.

@dhruvaray
Copy link
Contributor

@anijain2305 - Please review

@anijain2305
Copy link
Contributor

@siju-samuel Pinging for review if interested :)

Copy link
Member

@siju-samuel siju-samuel left a 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.

@maheshambule
Copy link
Contributor Author

@siju-samuel, rebased to master. PTAL.

tests/python/frontend/tflite/test_forward.py Outdated Show resolved Hide resolved
tests/python/frontend/tflite/test_forward.py Outdated Show resolved Hide resolved
tests/python/frontend/tflite/test_forward.py Outdated Show resolved Hide resolved
tests/python/relay/test_op_level3.py Outdated Show resolved Hide resolved
topi/tests/python/test_topi_transform.py Outdated Show resolved Hide resolved
@maheshambule
Copy link
Contributor Author

@siju-samuel, Thanks. Fixed as per the review comments.

@anijain2305
Copy link
Contributor

@siju-samuel Thanks for the review. Can you please look again?

Copy link
Member

@siju-samuel siju-samuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anijain2305 anijain2305 merged commit 3e72be5 into apache:master Jun 17, 2020
@anijain2305
Copy link
Contributor

Thanks @siju-samuel @dhruvaray @cbalint13 @maheshambule this is merged

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 30, 2020
…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
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Jul 2, 2020
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants