Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc47 int32_t* recurrent_to_cell_row_sums, int32_t* recurrent_to_output_row_sums, in ComputeRowSums() argument
101 recurrent_to_cell_row_sums, n_cell, in ComputeRowSums()
1056 int32_t* recurrent_to_cell_row_sums = nullptr; in LstmStepHybrid() local
1088 recurrent_to_cell_row_sums = recurrent_to_forget_row_sums + n_cell; in LstmStepHybrid()
1089 recurrent_to_output_row_sums = recurrent_to_cell_row_sums + n_cell; in LstmStepHybrid()
1100 recurrent_to_cell_row_sums, recurrent_to_output_row_sums, in LstmStepHybrid()
1180 recurrent_to_cell_weights_scale, recurrent_to_cell_row_sums, in LstmStepHybrid()