Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc252 Value* cell_gate, float cell_clip, in BuildCellStateUpdate()
500 Value* cell_gate; in ParseLSTMAttributes() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dload_quantization_recipe.cc165 auto cell_gate = CreateGate(loc, lstm.input(), lstm.input_to_cell_weights(), in LoadForLSTMOp() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc102 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc220 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
573 int16_t* forget_gate, const int16_t* cell_gate, in UpdateLstmCellInteger()