Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc44 int32_t* aux_input_to_input_row_sums, int32_t* aux_input_to_forget_row_sums, in ComputeRowSums() argument
83 aux_input_to_forget_row_sums, n_cell, in ComputeRowSums()
1051 int32_t* aux_input_to_forget_row_sums = nullptr; in LstmStepHybrid() local
1076 aux_input_to_forget_row_sums = use_cifg in LstmStepHybrid()
1079 aux_input_to_cell_row_sums = aux_input_to_forget_row_sums + n_cell; in LstmStepHybrid()
1097 aux_input_to_input_row_sums, aux_input_to_forget_row_sums, in LstmStepHybrid()
1161 aux_input_to_forget_weights_scale, aux_input_to_forget_row_sums, in LstmStepHybrid()