Searched defs:cell_to_input_weights (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 126 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
|
D | lstm.cc | 211 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
|
D | lstm_eval.cc | 1696 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()
|
D | bidirectional_sequence_lstm.cc | 281 const TfLiteTensor* cell_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
|
D | unidirectional_sequence_lstm_test.cc | 3234 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
|
D | lstm_test.cc | 1802 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/ |
D | lstm.cc | 340 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/ |
D | lstm.cc | 272 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/ |
D | lstm_full_test.cc | 48 std::initializer_list<float> cell_to_input_weights, in LSTMOpModel()
|