Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayerQuantized.cpp407 …const TensorInfo forget_gate_output(forget_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_… in validate() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayerQuantized.cpp440 …const TensorInfo forget_gate_output(forget_gate_input.tensor_shape(), 1, DataType::QSYMM16, qsymm_… in validate() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlstm_cell.h380 F0 forget_gate_output = gemmlowp::logistic(forget_gate_input); in LstmCell() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
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
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