Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dbatch_seq_config_test.cc171 std::vector<string> str_input_shapes; in ParseInputShapes() local
173 &str_input_shapes); in ParseInputShapes()
174 std::vector<std::vector<int>> input_shapes(str_input_shapes.size()); in ParseInputShapes()
175 for (int i = 0; i < str_input_shapes.size(); ++i) { in ParseInputShapes()
176 benchmark::util::SplitAndParse(str_input_shapes[i], ',', &input_shapes[i]); in ParseInputShapes()