Skip to content
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

[CPU] Added dynamism support for StridedSlice #8532

Conversation

a-sidorova
Copy link
Contributor

Details:

  • Added dynamism support for StridedSlice
  • Added tests for dynamism

Tickets:

  • 70326

@a-sidorova a-sidorova force-pushed the feature/dynamism/stridedslice/impl branch 2 times, most recently from 2efe0a6 to 9f02390 Compare November 11, 2021 12:00
@a-sidorova a-sidorova marked this pull request as ready for review November 11, 2021 12:00
@a-sidorova a-sidorova requested review from a team November 11, 2021 12:00
@a-sidorova a-sidorova added category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common labels Nov 11, 2021
@a-sidorova a-sidorova added this to the 2022.1 milestone Nov 11, 2021
@mandrono mandrono assigned maxnick and unassigned mandrono Nov 15, 2021
@a-sidorova a-sidorova force-pushed the feature/dynamism/stridedslice/impl branch from 9f02390 to c472440 Compare November 15, 2021 13:44
@a-sidorova a-sidorova force-pushed the feature/dynamism/stridedslice/impl branch from c472440 to 3a5de2f Compare November 16, 2021 10:39
size_t dataSize = 1lu;
} attrs;

struct StridedSliceExecutor {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit. Since it has private fields, m.b. better to change into class.

@a-sidorova
Copy link
Contributor Author

@dmitry-gorokhov validation is passed. DLB results are attached to the ticket. Looks good

@dmitry-gorokhov dmitry-gorokhov merged commit 83b8099 into openvinotoolkit:master Nov 17, 2021
openvino-dev-samples pushed a commit to openvino-dev-samples/openvino that referenced this pull request Nov 23, 2021
openvino-dev-samples pushed a commit to openvino-dev-samples/openvino that referenced this pull request Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants