Searched refs:input_to_forget_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 51 const int8_t* input_to_forget_weights_ptr, in ComputeRowSums() argument 69 tensor_utils::ReductionSumVector(input_to_forget_weights_ptr, in ComputeRowSums() 810 const float* input_to_forget_weights_ptr, in LstmStepFloat() argument 865 input_ptr, input_to_forget_weights_ptr, aux_input_ptr, in LstmStepFloat() 981 const int8_t* input_to_forget_weights_ptr, in LstmStepHybrid() argument 1102 n_output, input_to_input_weights_ptr, input_to_forget_weights_ptr, in LstmStepHybrid() 1157 quantized_input_ptr, input_sf, input_zp, input_to_forget_weights_ptr, in LstmStepHybrid()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 42 const float* input_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 106 input_to_forget_weights_ptr, n_cell, n_input, input_ptr, n_batch, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 159 const float* input_to_forget_weights_ptr, in LstmStepCalibration() argument 217 input_ptr, input_to_forget_weights_ptr, aux_input_ptr, in LstmStepCalibration()
|