Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc115 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
467 const TfLiteTensor* recurrent_to_cell_weights; in CheckInputTensorDimensions() local
742 const TfLiteTensor* recurrent_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1240 const TfLiteTensor* recurrent_to_cell_weights; in Eval() local
Dlstm.cc202 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
490 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_8() local
920 const TfLiteTensor* recurrent_to_cell_weights; in CheckInputTensorDimensions() local
1185 const TfLiteTensor* recurrent_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1705 const TfLiteTensor* recurrent_to_cell_weights = in Prepare() local
1853 const TfLiteTensor* recurrent_to_cell_weights; in Eval() local
Dlstm_test.cc1631 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
1793 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
1966 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
2142 const std::vector<float>& recurrent_to_cell_weights, in HybridSparseLSTMOpModel()
Dlstm_eval.cc1694 const TfLiteTensor* recurrent_to_cell_weights, in EvalFloat()
1881 const TfLiteTensor* recurrent_to_cell_weights, in EvalHybrid()
2157 const TfLiteTensor* recurrent_to_cell_weights, in EvalInteger8x8_16()
2395 const TfLiteTensor* recurrent_to_cell_weights, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3067 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
3225 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc261 const TfLiteTensor* recurrent_to_cell_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc338 const TfLiteTensor* recurrent_to_cell_weights, in EvalFloat()
552 const TfLiteTensor* recurrent_to_cell_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc270 const TfLiteTensor* recurrent_to_cell_weights, in EvalCalibration()
500 const TfLiteTensor* recurrent_to_cell_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc46 std::initializer_list<float> recurrent_to_cell_weights, in LSTMOpModel()