Uh oh!
There was an error while loading. Please reload this page.
[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() |
93ab1c2 to
3ef3ec0Compare
srkreddy1238
left a comment
There was a problem hiding this comment.
Thanks @nishi-t. LGTM.
nishi-t
commented
Oct 29, 2018
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. |
alexeyr
commented
Nov 16, 2018
I think my pull request #2105 got |
nishi-t
commented
Nov 16, 2018
Sorry, I couldn't work for this PR recently. I'll close my PR. |
This PR adds following operators support to tensorflow frontend: