Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc142 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
578 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
753 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local
1144 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in Prepare() local
1273 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc227 const TfLiteTensor* projection_weights = in PopulateQuantizedLstmParams8x8_16() local
527 const TfLiteTensor* projection_weights = in PopulateQuantizedLstmParams8x8_8() local
1028 const TfLiteTensor* projection_weights = in CheckInputTensorDimensions() local
1194 const TfLiteTensor* projection_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local
1602 const TfLiteTensor* projection_weights = in Prepare() local
1730 const TfLiteTensor* projection_weights = in Prepare() local
1890 const TfLiteTensor* projection_weights = in Eval() local
Dlstm_eval.cc265 const float* projection_weights, in CalculateLstmOutputFloat()
435 const int8_t* projection_weights, const uint8_t* projection_weights_ledger, in CalculateLstmOutputHybrid()
620 const int8_t* projection_weights, int32_t proj_scale_a, in CalculateLstmOutputInteger8x8_16()
726 const int16_t* output_gate, const int8_t* projection_weights, in CalculateLstmOutputInteger8x8_8()
1710 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalFloat()
1868 TfLiteStatus EvalHybrid( in EvalHybrid()
2168 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalInteger8x8_16()
2406 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalInteger8x8_8()
Dlstm_test.cc1647 const std::vector<float> projection_weights = { in TEST() local
1815 const std::vector<float> projection_weights = { in TEST() local
1982 const std::vector<float> projection_weights = { in TEST() local
Dunidirectional_sequence_lstm_test.cc3083 const std::vector<float> projection_weights = { in TEST() local
3247 const std::vector<float> projection_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc353 const TfLiteTensor* projection_weights = in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc126 const float* projection_weights, const float* projection_bias, in CalculateLstmOutputCalibration()
286 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalCalibration()
551 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc354 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalFloat()
586 const TfLiteTensor* projection_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc55 std::initializer_list<float> projection_weights, in LSTMOpModel()