Searched refs:forget_gate_input_ptr (Results 1 – 2 of 2) sorted by relevance
3252 const int16* forget_gate_input_ptr = activ_temp_data_int16 + 2 * output_depth; in LstmCell() local3292 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()
2691 const int16* forget_gate_input_ptr = activ_temp_data_int16 + 2 * output_depth; in LstmCell() local2731 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()