Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc1397 const int16_t* cell_to_input_weight_ptr, in LstmStepInteger8x8_16()
1470 cell_to_input_weight_ptr, effective_cell_to_input_scale_a, in LstmStepInteger8x8_16()
1653 const int8_t* cell_to_input_weight_ptr, in LstmStepInteger8x8_8()
H A Dlstm.cc549 int8_t* cell_to_input_weight_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local
621 cell_to_input_weight_ptr = cell_to_input_weights->data.int8; in PopulateQuantizedLstmParams8x8_8()