Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc128 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
496 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
1253 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc213 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_16() local
501 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_8() local
950 const TfLiteTensor* cell_to_forget_weights = in CheckInputTensorDimensions() local
1864 const TfLiteTensor* cell_to_forget_weights = in Eval() local
Dlstm_eval.cc1697 const TfLiteTensor* cell_to_forget_weights, in EvalFloat()
1886 const TfLiteTensor* cell_to_forget_weights, in EvalHybrid()
2160 const TfLiteTensor* cell_to_forget_weights, in EvalInteger8x8_16()
2398 const TfLiteTensor* cell_to_forget_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc290 const TfLiteTensor* cell_to_forget_weights = in CheckLstmTensorDimensionsAndTypes() local
Dunidirectional_sequence_lstm_test.cc3236 const std::vector<float> cell_to_forget_weights = {0.2, -0.1, 0.1, -0.2}; in TEST() local
Dlstm_test.cc1804 const std::vector<float> cell_to_forget_weights = {0.2, -0.1, 0.1, -0.2}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc341 const TfLiteTensor* cell_to_forget_weights, in EvalFloat()
559 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc273 const TfLiteTensor* cell_to_forget_weights, in EvalCalibration()
515 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc49 std::initializer_list<float> cell_to_forget_weights, in LSTMOpModel()