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.

Parameters

c[in] Map of vector of chars.

Returns

Map of strings.