Template Function mindspore::TensorMapCharToString
Defined in File dual_abi_helper.h
Function Documentation
-
template<class T>
inline void mindspore::TensorMapCharToString(const std::map<std::vector<char>, T> *c, std::unordered_map<std::string, T> *s) Transform tensor map of char to string.
- Parameters
c – [in] Map of Vector of chars.
s – [in] Unordered map of strings, which will be changed after the function.