Searched refs:input_to_input_weights_ptr (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 50 const int8_t* input_to_input_weights_ptr, in ComputeRowSums() argument 66 tensor_utils::ReductionSumVector(input_to_input_weights_ptr, in ComputeRowSums() 809 const float* input_ptr, const float* input_to_input_weights_ptr, in LstmStepFloat() argument 838 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepFloat() 855 input_ptr, input_to_input_weights_ptr, aux_input_ptr, in LstmStepFloat() 978 const float* input_ptr, const int8_t* input_to_input_weights_ptr, in LstmStepHybrid() argument 1039 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepHybrid() 1102 n_output, input_to_input_weights_ptr, input_to_forget_weights_ptr, in LstmStepHybrid() 1140 quantized_input_ptr, input_sf, input_zp, input_to_input_weights_ptr, in LstmStepHybrid()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 158 const float* input_ptr, const float* input_to_input_weights_ptr, in LstmStepCalibration() argument 189 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepCalibration() 206 input_ptr, input_to_input_weights_ptr, aux_input_ptr, in LstmStepCalibration()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 41 const float* input_ptr, const float* input_to_input_weights_ptr, in LstmStepWithAuxInput() argument 72 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepWithAuxInput() 101 input_to_input_weights_ptr, n_cell, n_input, input_ptr, n_batch, in LstmStepWithAuxInput()
|