Function mindspore::MapMapCharToString
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::map<std::string, std::map<std::string, std::string>> mindspore::MapMapCharToString(const std::map<std::vector<char>, std::map<std::vector<char>, std::vector<char>>> &c)
Transform map of map of chars to map of strings.
- 参数
c – [in] Map of map of chars.
- 返回
Map of strings.