Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp108 for (int out_c = 0; out_c < fc_output_depth; ++out_c) { in quantizedLstmStep() local
111 int32_t accum = bias_data_int32[out_c]; in quantizedLstmStep()
116 weights_data_uint8[out_c * fc_accum_depth + d] - weights_zero_point; in quantizedLstmStep()
127 activ_temp_data_int16[out_c + fc_output_depth * b] = accum; in quantizedLstmStep()