Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp164 const T* aux_input_ptr_batch = nullptr; in RNNStep() local
166 aux_input_ptr_batch = auxInputData + b * aux_input_size; in RNNStep()
195 output_ptr_batch[o] += aux_input_ptr_batch[i] * aux_input_weights_ptr[i]; in RNNStep()