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