Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp172 const T* recurrent_weights_ptr = recurrentWeightsData; in RNNStep() local
204 output_ptr_batch[o] += hidden_state_in_ptr_batch[h] * recurrent_weights_ptr[h]; in RNNStep()
206 recurrent_weights_ptr += recurrent_weights_stride; in RNNStep()