Function mindspore::ClassIndexStringToChar
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::vector<std::pair<std::vector<char>, std::vector<int32_t>>> mindspore::ClassIndexStringToChar(const std::vector<std::pair<std::string, std::vector<int32_t>>> &s)
Transform class index string to char.
- 参数
s – [in] Vector of pair of strings.
- 返回
Vector of pair of vector of chars.