Struct ov::util::Version#
-
struct Version#
Represents OpenVINO version with major, minor, patch, tweak, and build numbers.
This structure parses and stores version information following the pattern: MAJOR.MINOR.PATCH[.TWEAK]-BUILD-… or a standalone build number.
The version components can be compared using standard comparison operators.