This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.
The transformation replaces ‘If’ operations with one of the internal functions (bodies) if the provided condition is constant. The condition is true: ‘If’ op is replaced with then_body The condition is false ‘If’ op is replaced with else_body.