Searched refs:recurrent_to_output_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 52 const float* recurrent_to_output_weights_ptr, in LstmStepWithAuxInput() argument 164 recurrent_to_output_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput() 195 recurrent_to_output_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 92 const int8_t* recurrent_to_output_weights_ptr, in ComputeRowSums() argument 134 tensor_utils::ReductionSumVector(recurrent_to_output_weights_ptr, in ComputeRowSums() 863 const float* recurrent_to_output_weights_ptr, in LstmStepFloat() argument 942 recurrent_to_output_weights_ptr, in LstmStepFloat() 1063 const int8_t* recurrent_to_output_weights_ptr, in LstmStepHybrid() 1163 recurrent_to_cell_weights_ptr, recurrent_to_output_weights_ptr, in LstmStepHybrid() 1256 recurrent_to_output_weights_ptr, recurrent_to_output_weights_ledger_ptr, in LstmStepHybrid()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 170 const float* recurrent_to_output_weights_ptr, in LstmStepCalibration() argument 244 recurrent_to_output_weights_ptr, cell_state_ptr, in LstmStepCalibration()
|