Home
last modified time | relevance | path

Searched defs:forget_gate (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc275 Value* forget_gate, Value* input_gate, in BuildCellStateUpdate()
483 Value* forget_gate; in ParseLSTMAttributes() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp461 …TensorInfo forget_gate = TensorInfo(TensorShape(num_cells, num_batches), 1, input->data_type()… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp486 …TensorInfo forget_gate = TensorInfo(TensorShape(num_cells, num_batches), 1, input->data_type()… in validate() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h412 …SimpleTensor<T> forget_gate = reference::arithmetic_operation(reference::ArithmeticOper… in compute_reference() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlstm_cell.h122 const float forget_gate = in LstmCell() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc101 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc256 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
615 int16_t* forget_gate, const int16_t* cell_gate, in UpdateLstmCellInteger()