Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc51 std::vector<RuntimeShape const*> concat_arrays_shapes; in GruCell() local
54 concat_arrays_shapes.push_back(&input_shape); in GruCell()
55 concat_arrays_shapes.push_back(&state_shape); in GruCell()
59 Concatenation(concat_params, &(concat_arrays_shapes[0]), in GruCell()