/external/ComputeLibrary/tests/validation/NEON/ |
D | LSTMLayerQuantized.cpp | 104 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local 243 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_CASE() local 483 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
|
/external/ComputeLibrary/tests/validation/CL/ |
D | LSTMLayerQuantized.cpp | 97 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local 236 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_CASE() local 476 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayerQuantized.cpp | 67 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure() 79 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure() 277 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
|
/external/ComputeLibrary/arm_compute/runtime/common/ |
D | LSTMParams.h | 84 …TMParams &set_cifg_params(const T *input_to_input_weights, const T *recurrent_to_input_weights, T … in set_cifg_params() 202 const T *recurrent_to_input_weights() const in recurrent_to_input_weights() function
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayerQuantized.cpp | 71 …const ITensor *recurrent_to_input_weights, const ITensor *recurrent_to_forget_weights, const ITens… in configure() 249 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 112 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 453 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local 742 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local 1242 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Eval() local
|
D | lstm.cc | 196 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local 484 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local 896 const TfLiteTensor* recurrent_to_input_weights = in CheckInputTensorDimensions() local 1179 const TfLiteTensor* recurrent_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local 1678 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Prepare() local 1847 const TfLiteTensor* recurrent_to_input_weights = in Eval() local
|
D | lstm_test.cc | 1628 const std::vector<float> recurrent_to_input_weights = { in TEST() local 1790 const std::vector<float> recurrent_to_input_weights = { in TEST() local 1963 const std::vector<float> recurrent_to_input_weights = { in TEST() local 2140 const std::vector<float>& recurrent_to_input_weights, in HybridSparseLSTMOpModel()
|
D | lstm_eval.cc | 1692 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat() 1877 const TfLiteTensor* recurrent_to_input_weights, in EvalHybrid() 2155 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_16() 2393 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_8()
|
D | unidirectional_sequence_lstm_test.cc | 3064 const std::vector<float> recurrent_to_input_weights = { in TEST() local 3222 const std::vector<float> recurrent_to_input_weights = { in TEST() local
|
D | bidirectional_sequence_lstm.cc | 237 const TfLiteTensor* recurrent_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 345 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat() 560 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 269 const TfLiteTensor* recurrent_to_input_weights, in EvalCalibration() 493 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 44 std::initializer_list<float> recurrent_to_input_weights, in LSTMOpModel()
|