[FRONTEND][TENSPRFLOW] Add split support#2001
Conversation
|
|
||
| # Relational ops | ||
| test_forward_rel_ops() | ||
|
|
There was a problem hiding this comment.
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.
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.
Any particular reason for commenting them?
93ab1c2 to
3ef3ec0
Compare
srkreddy1238
left a comment
There was a problem hiding this comment.
Thanks @nishi-t. LGTM.
|
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: