Function mindspore::SetStringToChar
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::set<std::vector<char>> mindspore::SetStringToChar(const std::set<std::string> &s)
Transform set of strings to chars.
- Parameters
s – [in] Set of strings.
- Returns
Set of vector of chars.