Searched refs:recurrent_to_cell_row_sums (Results 1 – 1 of 1) sorted by relevance
47 int32_t* recurrent_to_cell_row_sums, int32_t* recurrent_to_output_row_sums, in ComputeRowSums() argument101 recurrent_to_cell_row_sums, n_cell, in ComputeRowSums()1056 int32_t* recurrent_to_cell_row_sums = nullptr; in LstmStepHybrid() local1088 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()