/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.h | 103 const TfLiteTensor* recurrent_to_input_weights, 135 const TfLiteTensor* recurrent_to_input_weights, 177 const TfLiteTensor* recurrent_to_input_weights, 203 const TfLiteTensor* recurrent_to_input_weights,
|
D | lstm.cc | 196 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local 307 recurrent_to_input_weight_scale = recurrent_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_16() 484 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local 612 recurrent_to_input_weight_ptr = recurrent_to_input_weights->data.int8; in PopulateQuantizedLstmParams8x8_8() 615 recurrent_to_input_weight_scale = recurrent_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_8() 896 const TfLiteTensor* recurrent_to_input_weights = in CheckInputTensorDimensions() local 898 if (recurrent_to_input_weights != nullptr) { in CheckInputTensorDimensions() 899 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->size, 2); in CheckInputTensorDimensions() 900 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[0], in CheckInputTensorDimensions() 902 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[1], in CheckInputTensorDimensions() [all …]
|
D | unidirectional_sequence_lstm.cc | 108 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 222 recurrent_to_input_weight_scale = recurrent_to_input_weights->params.scale; in PopulateQuantizedLstmParams8x8_16() 446 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local 448 if (recurrent_to_input_weights != nullptr) { in CheckInputTensorDimensions() 449 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->size, 2); in CheckInputTensorDimensions() 450 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[0], in CheckInputTensorDimensions() 452 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[1], in CheckInputTensorDimensions() 481 (recurrent_to_input_weights != nullptr)) || in CheckInputTensorDimensions() 483 (recurrent_to_input_weights == nullptr)); in CheckInputTensorDimensions() 735 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local [all …]
|
D | lstm_eval.cc | 1692 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat() argument 1779 GetTensorData<float>(recurrent_to_input_weights), in EvalFloat() 1840 GetTensorData<float>(recurrent_to_input_weights), in EvalFloat() 1877 const TfLiteTensor* recurrent_to_input_weights, in EvalHybrid() argument 1999 GetTensorData<int8_t>(recurrent_to_input_weights), in EvalHybrid() 2001 GetTensorScale(recurrent_to_input_weights), in EvalHybrid() 2097 GetTensorData<int8_t>(recurrent_to_input_weights), in EvalHybrid() 2099 GetTensorScale(recurrent_to_input_weights), in EvalHybrid() 2155 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_16() argument 2218 GetTensorData<int8_t>(recurrent_to_input_weights), in EvalInteger8x8_16() [all …]
|
D | bidirectional_sequence_lstm.cc | 237 const TfLiteTensor* recurrent_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local 239 if (recurrent_to_input_weights != nullptr) { in CheckLstmTensorDimensionsAndTypes() 240 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->size, 2); in CheckLstmTensorDimensionsAndTypes() 241 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[0], in CheckLstmTensorDimensionsAndTypes() 243 TF_LITE_ENSURE_EQ(context, recurrent_to_input_weights->dims->data[1], in CheckLstmTensorDimensionsAndTypes() 245 TF_LITE_ENSURE_TYPES_EQ(context, recurrent_to_input_weights->type, in CheckLstmTensorDimensionsAndTypes() 276 (recurrent_to_input_weights != nullptr)) || in CheckLstmTensorDimensionsAndTypes() 278 (recurrent_to_input_weights == nullptr)); in CheckLstmTensorDimensionsAndTypes()
|
D | lstm_test.cc | 1628 const std::vector<float> recurrent_to_input_weights = { in TEST() local 1713 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights); in TEST() 1790 const std::vector<float> recurrent_to_input_weights = { in TEST() local 1882 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights); in TEST() 1963 const std::vector<float> recurrent_to_input_weights = { in TEST() local 2140 const std::vector<float>& recurrent_to_input_weights, in HybridSparseLSTMOpModel() argument 2171 recurrent_weights_td, recurrent_to_input_weights, true); in HybridSparseLSTMOpModel()
|
D | unidirectional_sequence_lstm_test.cc | 3064 const std::vector<float> recurrent_to_input_weights = { in TEST() local 3149 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights); in TEST() 3222 const std::vector<float> recurrent_to_input_weights = { in TEST() local 3314 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights); in TEST()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 336 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat() argument 426 GetTensorData<float>(recurrent_to_input_weights), in EvalFloat() 488 GetTensorData<float>(recurrent_to_input_weights), in EvalFloat() 548 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local 614 recurrent_to_input_weights, recurrent_to_forget_weights, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 268 const TfLiteTensor* recurrent_to_input_weights, in EvalCalibration() argument 357 GetTensorData<float>(recurrent_to_input_weights), in EvalCalibration() 419 GetTensorData<float>(recurrent_to_input_weights), in EvalCalibration() 492 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local 610 recurrent_to_input_weights, recurrent_to_forget_weights, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 44 std::initializer_list<float> recurrent_to_input_weights, in LSTMOpModel() argument 80 recurrent_to_input_weights); in LSTMOpModel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | load_quantization_recipe.cc | 153 lstm.input_activation_state(), lstm.recurrent_to_input_weights(), in LoadForLSTMOp()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 3731 TypeIsPred<"recurrent_to_input_weights", NoneType>, 3737 TypeIsPred<"recurrent_to_input_weights", NoneType>, 3798 TFL_OperandIsNoneOrHasRank<5, 2>, // recurrent_to_input_weights 3841 TFL_TensorOfOrNone<[F32, QI8]>:$recurrent_to_input_weights, 3928 TFL_OperandIsNoneOrHasRank<5, 2>, // recurrent_to_input_weights 3965 TFL_TensorOfOrNone<[F32, QI8]>:$recurrent_to_input_weights, 4244 TFL_TensorOf<[F32, QI8]>:$recurrent_to_input_weights,
|