-
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] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. #6429
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.
Lgtm. Might need to run it through black for the python bits .
Ramana
@siju-samuel @mbaret @anijain2305 @FrozenGene please help review. Thanks. |
…_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG.
6b71ecc
to
8bff88c
Compare
ping @siju-samuel could you take a look at this as I believe you requested this functionality? |
* Minor changes.
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, just some small suggestions
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. After samuel's comments are addressed, I can merge
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
d92b95d
to
8d1c8bb
Compare
@anijain2305 I believe this is ready to be merged. |
Thanks @jainris @mbaret @siju-samuel @u99127 This is merged! |
…_DIAG. (apache#6429) * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. * Changes by black. * * Added offset check in Relay. * Minor changes. * Added more tests and some minor documentation changes.
…_DIAG. (apache#6429) * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. * Changes by black. * * Added offset check in Relay. * Minor changes. * Added more tests and some minor documentation changes.
…_DIAG. (apache#6429) * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. * Changes by black. * * Added offset check in Relay. * Minor changes. * Added more tests and some minor documentation changes.
…_DIAG. (apache#6429) * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. * Changes by black. * * Added offset check in Relay. * Minor changes. * Added more tests and some minor documentation changes.
…_DIAG. (apache#6429) * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to MATRIX_SET_DIAG. * Added support for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. (Similar to MATRIX_SET_DIAG V3 of TF) * Added tests for 'offsets' and 'alignment' attributes of MATRIX_SET_DIAG. * Changes by black. * * Added offset check in Relay. * Minor changes. * Added more tests and some minor documentation changes.
This is a follow-up PR of #6303.
(Similar to MATRIX_SET_DIAG V3 of TF)