Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp163 const T* hidden_state_in_ptr_batch = hiddenStateInputData + b * num_units; in RNNStep() local
204 output_ptr_batch[o] += hidden_state_in_ptr_batch[h] * recurrent_weights_ptr[h]; in RNNStep()