Skip to content

Commit

Permalink
Update frontend.normalize
Browse files Browse the repository at this point in the history
Signed-off-by: Alicja Miloszewska <[email protected]>
  • Loading branch information
almilosz committed Nov 29, 2024
1 parent 99aa74d commit 19d64b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/src/openvino/frontend/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def decode(self, model: InputModel) -> Model:
return Model(super().decode(model))

def normalize(self, model: Model) -> None:
super().normalize(model)
super().normalize(model._Model__model)


class FrontEndManager(FrontEndManagerBase):
Expand Down

0 comments on commit 19d64b2

Please sign in to comment.