Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc273 float cell_to_input_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
313 cell_to_input_weight_scale = cell_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_16()
381 cell_to_input_weight_scale / in PopulateQuantizedLstmParams8x8_16()
576 float cell_to_input_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
622 cell_to_input_weight_scale = cell_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_8()
714 std::pow(2, -15) * cell_to_input_weight_scale / intermediate_scale[0]; in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc195 float cell_to_input_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
235 cell_to_input_weight_scale = cell_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_16()
303 cell_to_input_weight_scale / in PopulateQuantizedLstmParams8x8_16()