Searched refs:effective_cell_to_output_scale_a (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.h | 53 int32_t effective_cell_to_output_scale_a; member
|
D | lstm_eval.cc | 1348 int32_t effective_cell_to_output_scale_a, in LstmStepInteger8x8_16() 1456 cell_to_output_weight_ptr, effective_cell_to_output_scale_a, in LstmStepInteger8x8_16() 1602 int32_t effective_cell_to_output_scale_a, in LstmStepInteger8x8_8() 2237 integer_lstm_param->effective_cell_to_output_scale_a, in EvalInteger8x8_16() 2336 integer_lstm_param->effective_cell_to_output_scale_a, in EvalInteger8x8_16() 2486 integer_lstm_param->effective_cell_to_output_scale_a, in EvalInteger8x8_8()
|
D | lstm_eval_test.cc | 405 integer_lstm_param_.effective_cell_to_output_scale_a = 1073741824, in GetQuantParam()
|
D | lstm.cc | 425 &integer_lstm_param->effective_cell_to_output_scale_a, in PopulateQuantizedLstmParams8x8_16() 755 &integer_lstm_param->effective_cell_to_output_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 340 &integer_lstm_param->effective_cell_to_output_scale_a, in PopulateQuantizedLstmParams8x8_16()
|