Home
last modified time | relevance | path

Searched refs:MSTensorMapChar (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Diterator.h44 using MSTensorMapChar = std::map<std::vector<char>, mindspore::MSTensor>; variable
70 MSTensorMapChar row_; in GetNextRow()
81 Status GetNextRowCharIF(MSTensorMapChar *row);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Diterator.cc29 Status Iterator::GetNextRowCharIF(MSTensorMapChar *row) { in GetNextRowCharIF()