Searched refs:recurrent_to_input_row_sums (Results 1 – 1 of 1) sorted by relevance
46 int32_t* recurrent_to_input_row_sums, int32_t* recurrent_to_forget_row_sums, in ComputeRowSums() argument94 recurrent_to_input_row_sums, n_cell, in ComputeRowSums()1054 int32_t* recurrent_to_input_row_sums = nullptr; in LstmStepHybrid() local1082 recurrent_to_input_row_sums = aux_input_ptr in LstmStepHybrid()1086 ? recurrent_to_input_row_sums in LstmStepHybrid()1087 : recurrent_to_input_row_sums + n_cell; in LstmStepHybrid()1099 recurrent_to_input_row_sums, recurrent_to_forget_row_sums, in LstmStepHybrid()1147 recurrent_to_input_weights_scale, recurrent_to_input_row_sums, in LstmStepHybrid()