openvino
openvino copied to clipboard
[CPU] Optimize conv weights reordering in dynamic shape
Details:
- in case of dummyShape produces in-compatible layout and weights is constant, reorder it only once and put it into weightSharing cache, to avoid reordering it in every inference
- add node::reorderWeightForSharing helper
Tickets:
- 86948