aclgrphGetIRVersion

Description

Obtains the version number of the API related to model build.

Prototype

graphStatus aclgrphGetIRVersion(int32_t *major_version, int32_t *minor_version, int32_t *patch_version);

Restrictions

To call the API, you need to pass integer references. If you pass an integer null pointer, verification fails and a failure message is returned.

Parameters

Parameter

Input/Output

Description

major_version

Output

Major version.

minor_version

Output

Minor version.

patch_version

Output

Patch version.

Returns

Parameter

Type

Description

-

graphStatus

0 on success;

else, failure.