Searched refs:recurrent_to_input_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 49 const float* recurrent_to_input_weights_ptr, in LstmStepWithAuxInput() argument 151 recurrent_to_input_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput() 168 recurrent_to_input_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 58 const int8_t* recurrent_to_input_weights_ptr, in ComputeRowSums() argument 93 tensor_utils::ReductionSumVector(recurrent_to_input_weights_ptr, in ComputeRowSums() 817 const float* recurrent_to_input_weights_ptr, in LstmStepFloat() argument 857 recurrent_to_input_weights_ptr, cell_state_ptr, in LstmStepFloat() 998 const int8_t* recurrent_to_input_weights_ptr, in LstmStepHybrid() argument 1106 recurrent_to_input_weights_ptr, recurrent_to_forget_weights_ptr, in LstmStepHybrid() 1146 recurrent_to_input_weights_ptr, recurrent_to_input_weights_ledger_ptr, in LstmStepHybrid()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 166 const float* recurrent_to_input_weights_ptr, in LstmStepCalibration() argument 208 recurrent_to_input_weights_ptr, cell_state_ptr, in LstmStepCalibration()
|