aclgrphGetIRVersion
Applicability
|
Product |
Supported or Not |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Header File/Library File
- Header file: #include <ge/ge_ir_build.h>
- Library file: libge_compiler.so
Function Usage
Obtains the version number of the API related to model build.
Prototype
1
|
graphStatus aclgrphGetIRVersion(int32_t *major_version, int32_t *minor_version, int32_t *patch_version) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
major_version |
Output |
Major version. |
|
minor_version |
Output |
Minor version. |
|
patch_version |
Output |
Patch version. |
Returns
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.
Parent topic: aclgrph APIs