Searched refs:MSTensorMapChar (Results 1 – 2 of 2) sorted by relevance
44 using MSTensorMapChar = std::map<std::vector<char>, mindspore::MSTensor>; variable70 MSTensorMapChar row_; in GetNextRow()81 Status GetNextRowCharIF(MSTensorMapChar *row);
29 Status Iterator::GetNextRowCharIF(MSTensorMapChar *row) { in GetNextRowCharIF()