Function mindspore::MapMapStringToChar

Function Documentation

inline std::map<std::vector<char>, std::map<std::vector<char>, std::vector<char>>> mindspore::MapMapStringToChar(const std::map<std::string, std::map<std::string, std::string>> &s)

Transform map of map of strings to map of chars.

Parameters

s[in] Map of map of strings.

Returns

Map of chars.