Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlstm_cell.h95 const RuntimeShape* concat_input_arrays_shapes[2] = {&input_shape, in LstmCell() local
100 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
306 const RuntimeShape* concat_input_arrays_shapes[2] = {&input_shape, in LstmCell() local
311 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h3046 std::vector<RuntimeShape const*> concat_input_arrays_shapes; in LstmCell() local
3049 concat_input_arrays_shapes.push_back(&input_shape); in LstmCell()
3050 concat_input_arrays_shapes.push_back(&prev_activ_shape); in LstmCell()
3054 Concatenation(concat_params, &(concat_input_arrays_shapes[0]), in LstmCell()
3198 const RuntimeShape* concat_input_arrays_shapes[2] = {&input_shape, in LstmCell() local
3203 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
H A Doptimized_ops.h2518 std::vector<RuntimeShape const*> concat_input_arrays_shapes; in LstmCell() local
2521 concat_input_arrays_shapes.push_back(&input_shape); in LstmCell()
2522 concat_input_arrays_shapes.push_back(&prev_activ_shape); in LstmCell()
2526 Concatenation(concat_params, &(concat_input_arrays_shapes[0]), in LstmCell()
2649 const RuntimeShape* concat_input_arrays_shapes[2] = {&input_shape, in LstmCell() local
2654 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()