Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc108 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
446 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
735 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local
1233 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc196 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local
484 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local
896 const TfLiteTensor* recurrent_to_input_weights = in CheckInputTensorDimensions() local
1179 const TfLiteTensor* recurrent_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local
1678 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Prepare() local
1847 const TfLiteTensor* recurrent_to_input_weights = in Eval() local
Dlstm_test.cc1628 const std::vector<float> recurrent_to_input_weights = { in TEST() local
1790 const std::vector<float> recurrent_to_input_weights = { in TEST() local
1963 const std::vector<float> recurrent_to_input_weights = { in TEST() local
2140 const std::vector<float>& recurrent_to_input_weights, in HybridSparseLSTMOpModel()
Dlstm_eval.cc1692 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat()
1877 const TfLiteTensor* recurrent_to_input_weights, in EvalHybrid()
2155 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_16()
2393 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3064 const std::vector<float> recurrent_to_input_weights = { in TEST() local
3222 const std::vector<float> recurrent_to_input_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc237 const TfLiteTensor* recurrent_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc336 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat()
548 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc268 const TfLiteTensor* recurrent_to_input_weights, in EvalCalibration()
492 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc44 std::initializer_list<float> recurrent_to_input_weights, in LSTMOpModel()