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.
- Parameters
c – [in] Vector of vector ofof schars.
- Returns
Vector of strings.