Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc1335 const int8_t* recurrent_to_cell_weight_ptr, in LstmStepInteger8x8_16() argument
1437 output_state_ptr, recurrent_to_cell_weight_ptr, in LstmStepInteger8x8_16()
1589 const int8_t* recurrent_to_cell_weight_ptr, in LstmStepInteger8x8_8() argument
1650 output_state_ptr, output_state_zp, recurrent_to_cell_weight_ptr, in LstmStepInteger8x8_8()
Dlstm.cc553 int8_t* recurrent_to_cell_weight_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local
659 recurrent_to_cell_weight_ptr = recurrent_to_cell_weights->data.int8; in PopulateQuantizedLstmParams8x8_8()