Home
last modified time | relevance | path

Searched defs:recurrent_to_forget_weights (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc110 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
456 const TfLiteTensor* recurrent_to_forget_weights; in CheckInputTensorDimensions() local
737 const TfLiteTensor* recurrent_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1235 const TfLiteTensor* recurrent_to_forget_weights; in Eval() local
Dlstm.cc198 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
486 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_8() local
908 const TfLiteTensor* recurrent_to_forget_weights; in CheckInputTensorDimensions() local
1181 const TfLiteTensor* recurrent_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1693 const TfLiteTensor* recurrent_to_forget_weights = in Prepare() local
1849 const TfLiteTensor* recurrent_to_forget_weights; in Eval() local
Dlstm_test.cc1634 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
1796 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
1969 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
2141 const std::vector<float>& recurrent_to_forget_weights, in HybridSparseLSTMOpModel()
Dlstm_eval.cc1693 const TfLiteTensor* recurrent_to_forget_weights, in EvalFloat()
1879 const TfLiteTensor* recurrent_to_forget_weights, in EvalHybrid()
2156 const TfLiteTensor* recurrent_to_forget_weights, in EvalInteger8x8_16()
2394 const TfLiteTensor* recurrent_to_forget_weights, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3070 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
3228 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc249 const TfLiteTensor* recurrent_to_forget_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc337 const TfLiteTensor* recurrent_to_forget_weights, in EvalFloat()
550 const TfLiteTensor* recurrent_to_forget_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc269 const TfLiteTensor* recurrent_to_forget_weights, in EvalCalibration()
494 const TfLiteTensor* recurrent_to_forget_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc45 std::initializer_list<float> recurrent_to_forget_weights, in LSTMOpModel()