Searched refs:aux_input_to_cell_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 56 const int8_t* aux_input_to_cell_weights_ptr, in ComputeRowSums() argument 85 tensor_utils::ReductionSumVector(aux_input_to_cell_weights_ptr, in ComputeRowSums() 815 const float* aux_input_to_cell_weights_ptr, in LstmStepFloat() argument 874 aux_input_to_cell_weights_ptr, output_state_ptr, in LstmStepFloat() 994 const int8_t* aux_input_to_cell_weights_ptr, in LstmStepHybrid() argument 1105 aux_input_to_cell_weights_ptr, aux_input_to_output_weights_ptr, in LstmStepHybrid() 1176 aux_input_zp, aux_input_to_cell_weights_ptr, in LstmStepHybrid()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 47 const float* aux_input_to_cell_weights_ptr, in LstmStepWithAuxInput() argument 141 aux_input_to_cell_weights_ptr, n_cell, n_aux_input, aux_input_ptr, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 164 const float* aux_input_to_cell_weights_ptr, in LstmStepCalibration() argument 227 aux_input_to_cell_weights_ptr, output_state_ptr, in LstmStepCalibration()
|