Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h780 F3 input_gate_input = F3::FromRaw( in LstmCell() local
782 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h3280 F3 input_gate_input = F3::FromRaw(vld1q_s16(input_gate_input_ptr)); in LstmCell() local
3282 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell()
3354 F3 input_gate_input = F3::FromRaw(*input_gate_input_ptr++); in LstmCell() local
3355 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell()
Doptimized_ops.h3043 F3 input_gate_input = F3::FromRaw(vld1q_s16(input_gate_input_ptr)); in LstmCell() local
3045 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell()
3117 F3 input_gate_input = F3::FromRaw(*input_gate_input_ptr++); in LstmCell() local
3118 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell()