Searched refs:input_to_cell_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 83 const int8_t* input_to_cell_weights_ptr, in ComputeRowSums() argument 102 tensor_utils::ReductionSumVector(input_to_cell_weights_ptr, in ComputeRowSums() 854 const float* input_to_cell_weights_ptr, in LstmStepFloat() argument 925 input_ptr, input_to_cell_weights_ptr, aux_input_ptr, in LstmStepFloat() 1040 const int8_t* input_to_cell_weights_ptr, in LstmStepHybrid() argument 1159 input_to_cell_weights_ptr, input_to_output_weights_ptr, in LstmStepHybrid() 1229 quantized_input_ptr, input_sf, input_zp, input_to_cell_weights_ptr, in LstmStepHybrid()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 43 const float* input_to_cell_weights_ptr, in LstmStepWithAuxInput() argument 108 tensor_utils::MatrixBatchVectorMultiplyAccumulate(input_to_cell_weights_ptr, in LstmStepWithAuxInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 161 const float* input_to_cell_weights_ptr, in LstmStepCalibration() argument 228 input_ptr, input_to_cell_weights_ptr, aux_input_ptr, in LstmStepCalibration()
|