-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Reshape-able SliceConverter #3198
Reshape-able SliceConverter #3198
Conversation
@yekruglov , update the PR description according to template. |
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.
In general looks good. But need to add some comments describing what happens in the transformation and why.
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.
Comments are the same as @lazarevevgeny just left
In general looks good
Do we need more comments in this transformation? |
Looks good to me. One more thing. Please, re-run layer tests to make sure that none of them are broken. |
Tests passed |
* initial commit * add cast * data type fix * added tests * added test without axes and steps * remove redundant imports * discussions resolving * Add cast to TFSliceToSlice * layer tests fix * update unittest * rework transformation * added clamp * move broadcast * update unittests * failed e2e fix * added comment * little fixes * comments update
* initial commit * add cast * data type fix * added tests * added test without axes and steps * remove redundant imports * discussions resolving * Add cast to TFSliceToSlice * layer tests fix * update unittest * rework transformation * added clamp * move broadcast * update unittests * failed e2e fix * added comment * little fixes * comments update
* initial commit * add cast * data type fix * added tests * added test without axes and steps * remove redundant imports * discussions resolving * Add cast to TFSliceToSlice * layer tests fix * update unittest * rework transformation * added clamp * move broadcast * update unittests * failed e2e fix * added comment * little fixes * comments update
* initial commit * add cast * data type fix * added tests * added test without axes and steps * remove redundant imports * discussions resolving * Add cast to TFSliceToSlice * layer tests fix * update unittest * rework transformation * added clamp * move broadcast * update unittests * failed e2e fix * added comment * little fixes * comments update
* initial commit * add cast * data type fix * added tests * added test without axes and steps * remove redundant imports * discussions resolving * Add cast to TFSliceToSlice * layer tests fix * update unittest * rework transformation * added clamp * move broadcast * update unittests * failed e2e fix * added comment * little fixes * comments update
Description: Reshape-able convert Slice to StridedSlice
JIRA: 41517
Code:
Validation:
Documentation: