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