Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp410 …const TensorInfo input_gate_output(input_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_0); in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp443 …const TensorInfo input_gate_output(input_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_0); in validate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlstm_cell.h370 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp157 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in quantizedLstmStep() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h3283 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell() local
3356 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell() local
H A Doptimized_ops.h2722 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell() local
2795 F0 input_gate_output = gemmlowp::logistic(input_gate_input); in LstmCell() local