AoeInitialize
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Serves as the AOE initialization function that sets global tuning options and initializes the tuning environment. This API is synchronous.
Restrictions
For details, see API Restrictions.
Prototype
1 | AoeStatus AoeInitialize(const std::map<ge::AscendString, ge::AscendString> &globalOptions) |
Options
Option |
Input/Output |
Description |
|---|---|---|
globalOptions |
Input |
Global tuning options. For details, see Global Options. |
Returns
The value 0 indicates success. For details about other values, see Error Codes of AOE APIs.
Parent topic: AOE Tuning APIs