Function mindspore::VectorCharToString
- Defined in File dual_abi_helper.h 
Function Documentation
- 
inline std::vector<std::string> mindspore::VectorCharToString(const std::vector<std::vector<char>> &c)
- Transform vector of chars to strings. - 参数
- c – [in] Vector of vector ofof schars. 
- 返回
- Vector of strings.