pub type ie_core_versions_t = ie_core_versions;
Expand description

@struct ie_core_versions @brief Represents all versions information that describes all devices and the inference engine runtime library

Aliased Type§

struct ie_core_versions_t {
    pub versions: *mut ie_core_version,
    pub num_vers: usize,
}

Fields§

§versions: *mut ie_core_version

!< An array of device versions

§num_vers: usize

!< A number of versions in the array