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
Converts a string into a value of the Format type.
To use this API, the type_utils.h header file must be included.
- #include "graph/utils/type_utils.h"
- static Format AscendStringToFormat(const AscendString &str);
| Parameters | Input/Output | Description |
|---|---|---|
| str | Input | Format string to be converted, which is of the AscendString type. |
If the input is valid, the Format enum value after conversion is returned. For details about the enumeration definition, see Format. If the input is invalid, FORMAT_RESERVED is returned and an error message is printed.
None
- ge::AscendString format_str("NHWC");
- auto format = AscendStringToFormat(format_str); // 1
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.