Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HarmonyOS
Obtains the corresponding instantiated object based on the input index in the operator IR prototype.
- AnchorInstanceInfo *MutableInputInstanceInfo(const size_t ir_index)
| Parameter | Input/Output | Description |
|---|---|---|
| ir_index | Input | Input index in the operator IR prototype definition, starting from 0. |
Address of the instantiated object. The returned object is not const.
None
- for (size_t i = 0; i < ir_inputs.size(); ++i) {
- auto ins_info = compute_node_info.MutableInputInstanceInfo(i);
- // ...
- }
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.