openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[CPU] Support nested internal states

Open maxnick opened this issue 1 year ago • 1 comments

Details:

This patch contains all the necessary changes to support internal states in the composite nodes (i.e. If, Loop, TensorIterator operations). Main changes:

  1. Move the internal states registry to the graph context, so that all the nested internal states become accessible on the infer request level.
  2. Move the state assing/commit actions to the node execute level, so that Loop and TensorIterator ops are automatically supported.

Tickets:

  • CVS-134470

maxnick avatar Apr 25 '24 14:04 maxnick

@EgorDuplensky, could you please review?

maxnick avatar May 07 '24 11:05 maxnick

@EgorDuplensky , thank you!!!

maxnick avatar May 17 '24 12:05 maxnick