Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h3252 const int16* forget_gate_input_ptr = activ_temp_data_int16 + 2 * output_depth; in LstmCell() local
3292 F3 forget_gate_input = F3::FromRaw(vld1q_s16(forget_gate_input_ptr)); in LstmCell()
3293 forget_gate_input_ptr += 8; in LstmCell()
3364 F3 forget_gate_input = F3::FromRaw(*forget_gate_input_ptr++); in LstmCell()
3402 forget_gate_input_ptr += 3 * output_depth; in LstmCell()
H A Doptimized_ops.h2691 const int16* forget_gate_input_ptr = activ_temp_data_int16 + 2 * output_depth; in LstmCell() local
2731 F3 forget_gate_input = F3::FromRaw(vld1q_s16(forget_gate_input_ptr)); in LstmCell()
2732 forget_gate_input_ptr += 8; in LstmCell()
2803 F3 forget_gate_input = F3::FromRaw(*forget_gate_input_ptr++); in LstmCell()
2841 forget_gate_input_ptr += 3 * output_depth; in LstmCell()