Function mindspore::PairStringInt64ToPairCharInt64

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.

参数

s[in] Vector of pair of strings.

返回

Vector of pair of vector of chars.