Searched refs:all_input_shapes (Results 1 – 4 of 4) sorted by relevance
34 std::vector<std::vector<int>> all_input_shapes; in BaseConcatenationOpModel() local36 all_input_shapes.push_back(input_template.shape); in BaseConcatenationOpModel()45 BuildInterpreter(all_input_shapes); in BaseConcatenationOpModel()67 std::vector<std::vector<int>> all_input_shapes; in QuantizedConcatenationOpModel() local70 all_input_shapes.push_back(input_template[i].shape); in QuantizedConcatenationOpModel()79 BuildInterpreter(all_input_shapes); in QuantizedConcatenationOpModel()
31 std::vector<std::vector<int>> all_input_shapes; in PackOpModel() local33 all_input_shapes.push_back(input_template.shape); in PackOpModel()40 BuildInterpreter(all_input_shapes); in PackOpModel()
909 std::vector<std::vector<int>> all_input_shapes; in BaseConcatenationOpModel() local911 all_input_shapes.push_back(input_template.shape); in BaseConcatenationOpModel()920 BuildInterpreter(all_input_shapes); in BaseConcatenationOpModel()965 std::vector<std::vector<int>> all_input_shapes; in QuantizedConcatenationOpModel() local968 all_input_shapes.push_back(input_template[i].shape); in QuantizedConcatenationOpModel()977 BuildInterpreter(all_input_shapes); in QuantizedConcatenationOpModel()
1222 all_input_shapes = set(1224 if len(all_input_shapes) == 1: