-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[MO] Relax Reshape layer hardcode under MatMul #1921
[MO] Relax Reshape layer hardcode under MatMul #1921
Conversation
@jane-intel please, take a look at memory tests - there is some significant increase of consumption for VGG16 on CPU and GPU (you may observe timeline report in "stress" job to compare with previous commits' validation) |
I do not see any fails in the stress job. Also there is no place from where |
@lazarevevgeny, there was and still is and intention to make it ND pass where possible. 2D case is the most popular, so I would like to merge it right now and work on extending the pass in the next release. |
* [MO] Relax Reshape layer hardcode under MatMul * Memory fix
Description: Transformation to relax hard-coded Reshape to 2D before MatMul operation
JIRA: as a part of #37084
Code:
Validation:
Documentation: