Searched refs:input_weights_ptr (Results 1 – 1 of 1) sorted by relevance
175 const T* input_weights_ptr = weightsData; in RNNStep() local190 output_ptr_batch[o] += input_ptr_batch[i] * input_weights_ptr[i]; in RNNStep()192 input_weights_ptr += input_weights_stride; in RNNStep()