struct ie_version

Overview

Represents an API version information that reflects the set of supported features. More…

#include <ie_c_api.h>

struct ie_version
{
    // fields

    char* api_version;
};

Detailed Documentation

Represents an API version information that reflects the set of supported features.

Fields

char* api_version

A string representing Inference Engine version.