-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Relay][TensorFlow] Remove 'input_0d_mismatch' special handling #3087
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
|
I won't be able to review before going on vacation, though it's good if Relay doesn't need it anymore. Maybe add some tests directly for |
|
Test is added |
yongwww
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.
LGTM
| _test_forward_expand_dims(np.int32(1), 0) | ||
| _test_forward_expand_dims(np.array([1]), 0) | ||
| _test_forward_expand_dims(np.array([[1], [2]]), 0) | ||
| _test_forward_expand_dims(np.array([[1], [2]]), 1) |
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.
not sure if "axis = -1" is supported here
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.
It's added
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.
LGTM.
|
Thanks @lixiaoquan @srkreddy1238 @yongwww |
…he#3087) * [Relay][TensorFlow] Remove 'input_0d_mismatch' special handling * Add more tests. * Cover the case that strided_slice outputs a scalar
…he#3087) * [Relay][TensorFlow] Remove 'input_0d_mismatch' special handling * Add more tests. * Cover the case that strided_slice outputs a scalar
@srkreddy1238 @alexeyr Please review