Searched refs:PreTensorRowShapes_ptr (Results 1 – 2 of 2) sorted by relevance
320 … std::map<std::string, std::vector<int>> *PreTensorRowShapes_ptr) { in CheckTensorRowShapes() argument345 if (PreTensorRowShapes_ptr->empty()) { in CheckTensorRowShapes()346 *PreTensorRowShapes_ptr = CurrTensorRowShapes; in CheckTensorRowShapes()349 auto res = map_compare(*PreTensorRowShapes_ptr, CurrTensorRowShapes); in CheckTensorRowShapes()
146 std::map<std::string, std::vector<int>> *PreTensorRowShapes_ptr);