GEInitializeV2
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
x |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/ge_api_v2.h>
- Library file: libge_runner_v2.so
Function Usage
Initializes GE.
Prototype
1 | Status GEInitializeV2(const std::map<AscendString, AscendString> &options) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
options |
Input |
A key-value mapping table, for the initialization configuration. key indicates the parameter type, and value indicates the parameter value, both of type string. For the supported configurations, see the parameters of the global level in Options. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
0: The initialization is successful. Other values: The initialization fails. |
Restrictions
- GE does not support multi-instance running. Only one instance can be initialized at a time.
- If this API is called multiple times but GEFinalizeV2 is not called, the execution result is unpredictable.
Parent topic: GESession