-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[FRONTEND][TENSPRFLOW] Add split support #2001
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
Conversation
|
|
||
| # Relational ops | ||
| test_forward_rel_ops() | ||
|
|
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.
Suggest to move under transforms.
| _test_forward_rel_op([t1, t2], math_ops.equal) | ||
| _test_forward_rel_op([t1, t2], math_ops.not_equal) | ||
|
|
||
| ####################################################################### |
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.
Pls add another test case with Split+Concat.
| test_forward_reduce() | ||
| test_forward_mean() | ||
| #test_forward_reduce() | ||
| #test_forward_mean() |
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.
Any particular reason for commenting them?
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.
Saw changes in your fix.
93ab1c2 to
3ef3ec0
Compare
srkreddy1238
left a comment
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.
Thanks @nishi-t. LGTM.
srkreddy1238
left a comment
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.
|
Thank you for your review and approve, but the test case that concat after split currently is not passed. For now, I'll comment out this test case. |
|
@srkreddy1238 Thaks for the information. I'll check it out and work on the problem of handling split outputs. |
|
I think my pull request #2105 got |
|
Sorry, I couldn't work for this PR recently. I'll close my PR. |
This PR adds following operators support to tensorflow frontend: