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