Home
last modified time | relevance | path

Searched defs:forget_gate_output (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp407 …const TensorInfo forget_gate_output(forget_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp440 …const TensorInfo forget_gate_output(forget_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_… in validate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlstm_cell.h380 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp167 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in quantizedLstmStep() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h3294 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local
3365 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local
H A Doptimized_ops.h2733 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local
2804 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local