Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp177 const T* aux_input_weights_ptr = nullptr; in RNNStep() local
179 aux_input_weights_ptr = auxWeightsData; in RNNStep()
199 output_ptr_batch[o] += aux_input_ptr_batch[i] * aux_input_weights_ptr[i]; in RNNStep()
201 aux_input_weights_ptr += aux_input_weights_stride; in RNNStep()