Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp167 F0 output_gate_output = gemmlowp::logistic(output_gate_input); in quantizedLstmStep() local
186 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in quantizedLstmStep()