Home
last modified time | relevance | path

Searched refs:output_gate_input (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3965 F3 output_gate_input = F3::FromRaw(vld1q_s16(output_gate_input_ptr)); in LstmCell() local
3967 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in LstmCell()
4036 F3 output_gate_input = F3::FromRaw(*output_gate_input_ptr++); in LstmCell() local
4037 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3849 F3 output_gate_input = F3::FromRaw(vld1q_s16(output_gate_input_ptr)); in LstmCell() local
3851 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in LstmCell()
3920 F3 output_gate_input = F3::FromRaw(*output_gate_input_ptr++); in LstmCell() local
3921 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2188 F3 output_gate_input = F3::FromRaw( in LstmCell() local
2190 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in LstmCell()