Template Function mindspore::MapStringToChar

Function Documentation

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

Transform map of strings to chars.

Parameters

s[in] Map of strings.

Returns

Map of vector of chars.