Home
last modified time | relevance | path

Searched defs:ParseShapeStr (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dutils.cc103 bool ParseShapeStr(const std::string &shape_str, std::vector<int64_t> *shape_ptr) { in ParseShapeStr() function
130 bool ParseShapeStr(const std::string &shape_str, std::vector<ShapeDim> *shape_ptr) { in ParseShapeStr() function