Function mindspore::UnorderedMapStringToChar
- Defined in File dual_abi_helper.h 
Function Documentation
- 
inline std::map<std::vector<char>, std::vector<char>> mindspore::UnorderedMapStringToChar(const std::unordered_map<std::string, std::string> &s)
- Transform unordered map of strings to chars. - 参数
- s – [in] Unordered_map of strings. 
- 返回
- Map of vector of chars.