Home | History | Annotate | Download | only in operations

Lines Matching refs:input_shapes

89         std::vector<std::vector<uint32_t>> input_shapes(input_shapes0);
91 input_shapes.push_back({n_batch, n_output});
92 input_shapes.push_back({n_batch, n_cell});
93 auto it = input_shapes.begin();