Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3870 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() local
3871 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
3939 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() local
3940 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3986 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() local
3987 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
4055 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() local
4056 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2208 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() local
2209 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()