Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc126 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
486 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
1251 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc211 const TfLiteTensor* cell_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local
499 const TfLiteTensor* cell_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local
940 const TfLiteTensor* cell_to_input_weights = in CheckInputTensorDimensions() local
1862 const TfLiteTensor* cell_to_input_weights = in Eval() local
Dlstm_eval.cc1696 const TfLiteTensor* cell_to_input_weights, in EvalFloat()
1885 const TfLiteTensor* cell_to_input_weights, in EvalHybrid()
2159 const TfLiteTensor* cell_to_input_weights, in EvalInteger8x8_16()
2397 const TfLiteTensor* cell_to_input_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc281 const TfLiteTensor* cell_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
Dunidirectional_sequence_lstm_test.cc3234 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
Dlstm_test.cc1802 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc340 const TfLiteTensor* cell_to_input_weights, in EvalFloat()
557 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc272 const TfLiteTensor* cell_to_input_weights, in EvalCalibration()
513 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc48 std::initializer_list<float> cell_to_input_weights, in LSTMOpModel()