-
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
Gather operation with indices as tensor expr in TFLite frontend #6168
Conversation
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.
@d-smirnov LGTM, just one small nit.
Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation
c1df2be
to
2bd509f
Compare
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
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 @d-smirnov This is merged! |
…he#6168) * gather with indices as tensor expr Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation * replaced with get_tensor_expr
…he#6168) * gather with indices as tensor expr Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation * replaced with get_tensor_expr
…he#6168) * gather with indices as tensor expr Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation * replaced with get_tensor_expr
…he#6168) * gather with indices as tensor expr Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation * replaced with get_tensor_expr
…he#6168) * gather with indices as tensor expr Added handling of indices as tensor expr to gather operation, unit tests amended Code cheking out of boundary error refactored in more "pythonic" way. Fixed bug in negative axis value normalisation * replaced with get_tensor_expr
This PR adds handling of indices as tensor expr to "gather" operation in TFLite frontend. Also the code checking out of boundary error refactored in slightly more "pythonic" way. Fixed bug in negative axis value normalisation