Home
last modified time | relevance | path

Searched refs:input_to_cell_weight_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc1379 const int8_t* input_to_cell_weight_ptr, in LstmStepInteger8x8_16() argument
1491 input_ptr, input_to_cell_weight_ptr, input_to_cell_effective_bias, in LstmStepInteger8x8_16()
1635 const int8_t* input_to_cell_weight_ptr, in LstmStepInteger8x8_8() argument
1705 input_ptr, input_zp, input_to_cell_weight_ptr, in LstmStepInteger8x8_8()
H A Dlstm.cc553 int8_t* input_to_cell_weight_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local
654 input_to_cell_weight_ptr = input_to_cell_weights->data.int8; in PopulateQuantizedLstmParams8x8_8()