Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc251 Value* forget_gate, Value* input_gate, in BuildCellStateUpdate()
465 Value* forget_gate; in ParseLSTMAttributes() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dload_quantization_recipe.cc158 auto forget_gate = CreateGate( in LoadForLSTMOp() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc101 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc219 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
573 int16_t* forget_gate, const int16_t* cell_gate, in UpdateLstmCellInteger()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h535 const float forget_gate = in LstmCell() local