Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm.cc766 lstm_eval::IntegerLstmParameter* integer_lstm_params = in PopulatePrecomputedZPTimesWeightsWithBias() local
792 &(integer_lstm_params->input_to_forget_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
798 nullptr, &(integer_lstm_params->recurrent_to_forget_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
808 &(integer_lstm_params->input_to_cell_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
813 &(integer_lstm_params->recurrent_to_cell_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
824 &(integer_lstm_params->input_to_output_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
830 nullptr, &(integer_lstm_params->recurrent_to_output_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
840 &(integer_lstm_params->input_to_input_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
845 &(integer_lstm_params->recurrent_to_input_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
851 &(integer_lstm_params->projection_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
H A Dlstm.cc1200 lstm_eval::IntegerLstmParameter* integer_lstm_params = in PopulatePrecomputedZPTimesWeightsWithBias() local
1222 &(integer_lstm_params->input_to_forget_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1228 nullptr, &(integer_lstm_params->recurrent_to_forget_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1237 &(integer_lstm_params->input_to_cell_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1242 &(integer_lstm_params->recurrent_to_cell_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1251 &(integer_lstm_params->input_to_output_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1257 nullptr, &(integer_lstm_params->recurrent_to_output_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1266 &(integer_lstm_params->input_to_input_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1271 &(integer_lstm_params->recurrent_to_input_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()
1277 &(integer_lstm_params->projection_effective_bias))); in PopulatePrecomputedZPTimesWeightsWithBias()