Function mindspore::StringToChar

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.