Searched refs:cell_to_forget_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 171 const float* cell_to_forget_weights_ptr, in LstmStepCalibration() argument 220 cell_to_forget_weights_ptr, forget_layer_norm_coefficients_ptr, in LstmStepCalibration()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 54 const float* cell_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 221 cell_to_forget_weights_ptr, n_cell, cell_state_ptr, n_batch, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 822 const float* cell_to_forget_weights_ptr, in LstmStepFloat() argument 868 cell_to_forget_weights_ptr, forget_layer_norm_coefficients_ptr, in LstmStepFloat() 1011 const int8_t* cell_to_forget_weights_ptr, in LstmStepHybrid() 1165 cell_state_ptr, cell_to_forget_weights_ptr, cell_to_forget_weights_scale, in LstmStepHybrid()
|