Home
last modified time | relevance | path

Searched defs:cell_gate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc276 Value* cell_gate, float cell_clip, in BuildCellStateUpdate()
518 Value* cell_gate; in ParseLSTMAttributes() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc102 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc257 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
615 int16_t* forget_gate, const int16_t* cell_gate, in UpdateLstmCellInteger()