Function mindspore::MapStringToVectorChar
- Defined in File dual_abi_helper.h 
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. - 参数
- s – [in] Map of vector of strings. 
- 返回
- Map of vector of chars.