Function mindspore::StringToChar
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::vector<char> mindspore::StringToChar(const std::string &s)
Transform string to char.
- 参数
s – [in] Define the string to transform.
- 返回
Vector of chars.