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.
- 参数
s – [in] Pair of strings to transform.
- 返回
Pair of chars.