Function mindspore::UnorderedMapStringToChar

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.

Parameters

s[in] Unordered_map of strings.

Returns

Map of vector of chars.