struct InferenceEngine::Version

Overview

Represents version information that describes plugins and the inference engine runtime library. More…

#include <ie_version.hpp>

struct Version
{
    // structs

    struct ApiVersion;

    // fields

    ApiVersion apiVersion;
    const char* buildNumber;
    const char* description;
};

// direct descendants

class VersionStore;

Detailed Documentation

Represents version information that describes plugins and the inference engine runtime library.

Fields

ApiVersion apiVersion

An API version reflects the set of supported features.

const char* buildNumber

A null terminated string with build number.

const char* description

A null terminated description string.