Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp65 const Dims<4>& output_activ_dims, uint8_t* concat_temp_data_uint8, in quantizedLstmStep() argument
100 concat_temp_data_uint8, concat_temp_dims); in quantizedLstmStep()
114 int16_t input_val = concat_temp_data_uint8[b * fc_accum_depth + d] - 128; in quantizedLstmStep()