Class OpenVINO
Defined in File OpenVINO.hpp
Nested Relationships
Nested Types
Class Documentation
-
class OpenVINO
Support for basic OpenVINO related actions like version identification of neural network blobs,…
Public Types
Public Static Functions
-
static std::string getVersionName(Version version)
Returns string representation of a given version
-
static Version parseVersionName(const std::string &versionString)
Creates Version from string representation. Throws if not possible.
-
static std::vector<Version> getBlobSupportedVersions(std::uint32_t majorVersion, std::uint32_t minorVersion)
Returns a list of potentially supported versions for a specified blob major and minor versions.
-
static Version getBlobLatestSupportedVersion(std::uint32_t majorVersion, std::uint32_t minorVersion)
Returns latest potentially supported version by a given blob version.
Public Static Attributes
-
static constexpr const Version DEFAULT_VERSION = VERSION_2022_1
Main OpenVINO version.
-
static std::string getVersionName(Version version)