Template Function mindspore::MapCharToString

Function Documentation

template<class T>
inline std::map<std::string, T> mindspore::MapCharToString(const std::map<std::vector<char>, T> &c)

Transform map of chars to strings.

参数

c[in] Map of vector of chars.

返回

Map of strings.