Searched defs:projection_weights (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 142 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
|
D | lstm.cc | 227 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
|
D | lstm_eval.cc | 265 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()
|
D | lstm_test.cc | 1647 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
|
D | unidirectional_sequence_lstm_test.cc | 3083 const std::vector<float> projection_weights = { in TEST() local 3247 const std::vector<float> projection_weights = { in TEST() local
|
D | bidirectional_sequence_lstm.cc | 353 const TfLiteTensor* projection_weights = in CheckLstmTensorDimensionsAndTypes() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 126 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/ |
D | lstm.cc | 354 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/ |
D | lstm_full_test.cc | 55 std::initializer_list<float> projection_weights, in LSTMOpModel()
|