Function mindspore::PairCharToString
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::pair<std::string, int32_t> mindspore::PairCharToString(const std::pair<std::vector<char>, int32_t> &c)
Transform pair of char to string.
- Parameters
c – [in] Pair of chars to transform.
- Returns
Pair of strings.