Searched refs:aux_input_weights_ptr (Results 1 – 1 of 1) sorted by relevance
173 const T* aux_input_weights_ptr = nullptr; in RNNStep() local175 aux_input_weights_ptr = auxWeightsData; in RNNStep()195 output_ptr_batch[o] += aux_input_ptr_batch[i] * aux_input_weights_ptr[i]; in RNNStep()197 aux_input_weights_ptr += aux_input_weights_stride; in RNNStep()