Function mindspore::PairStringInt64ToPairCharInt64
Defined in File dual_abi_helper.h
Function Documentation
-
inline std::vector<std::pair<std::vector<char>, int64_t>> mindspore::PairStringInt64ToPairCharInt64(const std::vector<std::pair<std::string, int64_t>> &s)
Transform pair string of int64 to pair char of int64.
- Parameters
s – [in] Vector of pair of strings.
- Returns
Vector of pair of vector of chars.