Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/
Dtree_consumer.cc320 … std::map<std::string, std::vector<int>> *PreTensorRowShapes_ptr) { in CheckTensorRowShapes() argument
345 if (PreTensorRowShapes_ptr->empty()) { in CheckTensorRowShapes()
346 *PreTensorRowShapes_ptr = CurrTensorRowShapes; in CheckTensorRowShapes()
349 auto res = map_compare(*PreTensorRowShapes_ptr, CurrTensorRowShapes); in CheckTensorRowShapes()
Dtree_consumer.h146 std::map<std::string, std::vector<int>> *PreTensorRowShapes_ptr);