Searched refs:fc_accum_depth (Results 1 – 1 of 1) sorted by relevance
92 const int fc_accum_depth = ArraySize(weights_dims, 0); in quantizedLstmStep() local114 for (int d = 0; d < fc_accum_depth; ++d) { in quantizedLstmStep()115 int16_t input_val = concat_temp_data_uint8[b * fc_accum_depth + d] - 128; in quantizedLstmStep()117 weights_data_uint8[out_c * fc_accum_depth + d] - weights_zero_point; in quantizedLstmStep()