Searched refs:aux_input_to_output_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 88 const int8_t* aux_input_to_output_weights_ptr, in ComputeRowSums() argument 119 tensor_utils::ReductionSumVector(aux_input_to_output_weights_ptr, in ComputeRowSums() 859 const float* aux_input_to_output_weights_ptr, in LstmStepFloat() argument 941 aux_input_to_output_weights_ptr, output_state_ptr, in LstmStepFloat() 1052 const int8_t* aux_input_to_output_weights_ptr, in LstmStepHybrid() argument 1161 aux_input_to_cell_weights_ptr, aux_input_to_output_weights_ptr, in LstmStepHybrid() 1253 aux_input_zp, aux_input_to_output_weights_ptr, in LstmStepHybrid()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 48 const float* aux_input_to_output_weights_ptr, in LstmStepWithAuxInput() argument 147 aux_input_to_output_weights_ptr, n_cell, n_aux_input, aux_input_ptr, in LstmStepWithAuxInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 166 const float* aux_input_to_output_weights_ptr, in LstmStepCalibration() argument 243 aux_input_to_output_weights_ptr, output_state_ptr, in LstmStepCalibration()
|