Function mindspore::UnorderedMapStringToChar
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::map<std::vector<char>, std::vector<char>> mindspore::UnorderedMapStringToChar(const std::unordered_map<std::string, std::string> &s)
Transform unordered map of strings to chars.
- Parameters
s – [in] Unordered_map of strings.
- Returns
Map of vector of chars.