Searched defs:recurrent_weights_ptr (Results 1 – 4 of 4) sorted by relevance
25 const float* recurrent_weights_ptr, const float* bias_ptr, in RnnBatchStep()41 const float* recurrent_weights_ptr, const float* bias_ptr, in RnnBatchStep()121 float input_weights_scale, const int8_t* recurrent_weights_ptr, in RnnBatchStep()147 const int8_t* recurrent_weights_ptr, float recurrent_weights_scale, in RnnBatchStep()
219 const float* recurrent_weights_ptr = GetTensorData<float>(recurrent_weights); in EvalFloat() local252 const int8_t* recurrent_weights_ptr = in EvalHybrid() local
226 const float* recurrent_weights_ptr = GetTensorData<float>(recurrent_weights); in EvalFloat() local290 const int8_t* recurrent_weights_ptr = in EvalHybrid() local
172 const T* recurrent_weights_ptr = recurrentWeightsData; in RNNStep() local