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