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