Searched refs:recurrent_weights_ptr (Results 1 – 1 of 1) sorted by relevance
172 const T* recurrent_weights_ptr = recurrentWeightsData; in RNNStep() local204 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()