openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[CPU] Optimize conv weights reordering in dynamic shape

Open usstq opened this issue 3 years ago • 0 comments

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

usstq avatar Aug 10 '22 13:08 usstq