Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp91 const int fc_accum_depth = ArraySize(weights_dims, 0); in quantizedLstmStep() local
113 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()