Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dkernel_utils.cc25 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()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbasic_rnn.cc219 const float* recurrent_weights_ptr = GetTensorData<float>(recurrent_weights); in EvalFloat() local
252 const int8_t* recurrent_weights_ptr = in EvalHybrid() local
H A Dunidirectional_sequence_rnn.cc226 const float* recurrent_weights_ptr = GetTensorData<float>(recurrent_weights); in EvalFloat() local
290 const int8_t* recurrent_weights_ptr = in EvalHybrid() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp172 const T* recurrent_weights_ptr = recurrentWeightsData; in RNNStep() local