Home
last modified time | relevance | path

Searched defs:recurrent_weights_ptr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dkernel_utils.cc23 const float* recurrent_weights_ptr, const float* bias_ptr, in RnnBatchStep()
39 const float* recurrent_weights_ptr, const float* bias_ptr, in RnnBatchStep()
122 float input_weights_scale, const int8_t* recurrent_weights_ptr, in RnnBatchStep()
144 const int8_t* recurrent_weights_ptr, float recurrent_weights_scale, in RnnBatchStep()
/external/tensorflow/tensorflow/lite/kernels/
Dbasic_rnn.cc164 const float* recurrent_weights_ptr = recurrent_weights->data.f; in EvalFloat() local
197 const int8_t* recurrent_weights_ptr = in EvalHybrid() local
Dunidirectional_sequence_rnn.cc165 const float* recurrent_weights_ptr = recurrent_weights->data.f; in EvalFloat() local
224 const int8_t* recurrent_weights_ptr; in EvalHybrid() local