Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/utils/
Dcoder_utils.cc150 std::string AccumulateShape(const std::vector<std::string> &shape_template, size_t start_index, siz… in AccumulateShape()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc218 int ParseInputShapeTemplate(const std::string &shape_template, std::set<std::string> *dynamic_symbo… in ParseInputShapeTemplate()
765 const auto &shape_template = map.at(graph_inputs_shape_template); in ParseMicroParamString() local