Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp66 const Dims<4>& output_activ_dims, uint8_t* concat_temp_data_uint8, in quantizedLstmStep() argument
101 concat_temp_data_uint8, concat_temp_dims); in quantizedLstmStep()
115 int16_t input_val = concat_temp_data_uint8[b * fc_accum_depth + d] - 128; in quantizedLstmStep()