Function mindspore::MapStringToVectorChar

Function Documentation

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

Transform map of strings to vector of chars.

Parameters

s[in] Map of vector of strings.

Returns

Map of vector of chars.