Searched refs:proj_scale_b (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 621 int32_t proj_scale_b, const int32_t* projection_bias, in CalculateLstmOutputInteger8x8_16() argument 638 proj_scale_b, n_batch, n_cell, n_output, output_state_zp, scratch2, in CalculateLstmOutputInteger8x8_16() 727 int32_t proj_scale_a, int32_t proj_scale_b, const int32_t* projection_bias, in CalculateLstmOutputInteger8x8_8() argument 736 scratch, projection_weights, proj_scale_a, proj_scale_b, projection_bias, in CalculateLstmOutputInteger8x8_8()
|