Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc98 const TfLiteTensor* input_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
438 const TfLiteTensor* input_to_cell_weights; in CheckInputTensorDimensions() local
725 const TfLiteTensor* input_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1223 const TfLiteTensor* input_to_cell_weights; in Eval() local
Dlstm.cc187 const TfLiteTensor* input_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
475 const TfLiteTensor* input_to_cell_weights; in PopulateQuantizedLstmParams8x8_8() local
886 const TfLiteTensor* input_to_cell_weights; in CheckInputTensorDimensions() local
1170 const TfLiteTensor* input_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1654 const TfLiteTensor* input_to_cell_weights = in Prepare() local
1838 const TfLiteTensor* input_to_cell_weights; in Eval() local
Dlstm_test.cc1612 const std::vector<float> input_to_cell_weights = { in TEST() local
1774 const std::vector<float> input_to_cell_weights = { in TEST() local
1947 const std::vector<float> input_to_cell_weights = { in TEST() local
2137 const std::vector<float>& input_to_cell_weights, in HybridSparseLSTMOpModel()
Dlstm_eval.cc1690 const TfLiteTensor* input_to_cell_weights, in EvalFloat()
1873 const TfLiteTensor* input_to_cell_weights, in EvalHybrid()
2153 const TfLiteTensor* input_to_cell_weights, in EvalInteger8x8_16()
2391 const TfLiteTensor* input_to_cell_weights, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3048 const std::vector<float> input_to_cell_weights = { in TEST() local
3206 const std::vector<float> input_to_cell_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc217 const TfLiteTensor* input_to_cell_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc334 const TfLiteTensor* input_to_cell_weights, in EvalFloat()
543 const TfLiteTensor* input_to_cell_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc266 const TfLiteTensor* input_to_cell_weights, in EvalCalibration()
480 const TfLiteTensor* input_to_cell_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc42 std::initializer_list<float> input_to_cell_weights, in LSTMOpModel()