Function mindspore::MapMapCharToString

Function Documentation

inline std::map<std::string, std::map<std::string, std::string>> mindspore::MapMapCharToString(const std::map<std::vector<char>, std::map<std::vector<char>, std::vector<char>>> &c)

Transform map of map of chars to map of strings.

Parameters

c[in] Map of map of chars.

Returns

Map of strings.