/external/ComputeLibrary/tests/validation/NEON/ |
D | LSTMLayerQuantized.cpp | 100 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local 239 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_CASE() local 479 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local
|
/external/ComputeLibrary/tests/validation/CL/ |
D | LSTMLayerQuantized.cpp | 93 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local 232 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_CASE() local 472 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayerQuantized.cpp | 66 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure() 78 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure() 276 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
|
/external/ComputeLibrary/arm_compute/runtime/common/ |
D | LSTMParams.h | 84 …LSTMParams &set_cifg_params(const T *input_to_input_weights, const T *recurrent_to_input_weights, … in set_cifg_params() 197 const T *input_to_input_weights() const in input_to_input_weights() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 95 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 428 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local 725 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local 968 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in Prepare() local 1225 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in Eval() local
|
D | lstm.cc | 181 const TfLiteTensor* input_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local 469 const TfLiteTensor* input_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local 875 const TfLiteTensor* input_to_input_weights = in CheckInputTensorDimensions() local 1164 const TfLiteTensor* input_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local 1415 const TfLiteTensor* input_to_input_weights = in Prepare() local 1598 const TfLiteTensor* input_to_input_weights = in Prepare() local 1628 const TfLiteTensor* input_to_input_weights = in Prepare() local 1832 const TfLiteTensor* input_to_input_weights = in Eval() local
|
D | lstm_test.cc | 1604 const std::vector<float> input_to_input_weights = { in TEST() local 1766 const std::vector<float> input_to_input_weights = { in TEST() local 1939 const std::vector<float> input_to_input_weights = { in TEST() local 2135 const std::vector<float>& input_to_input_weights, in HybridSparseLSTMOpModel()
|
D | lstm_eval.cc | 1688 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalFloat() 1869 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalHybrid() 2151 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalInteger8x8_16() 2389 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalInteger8x8_8()
|
D | unidirectional_sequence_lstm_test.cc | 3040 const std::vector<float> input_to_input_weights = { in TEST() local 3198 const std::vector<float> input_to_input_weights = { in TEST() local
|
D | bidirectional_sequence_lstm.cc | 207 const TfLiteTensor* input_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayerQuantized.cpp | 70 …const ITensor *input_to_input_weights, const ITensor *input_to_forget_weights, const ITensor *inpu… in configure() 248 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 341 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalFloat() 551 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 265 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalCalibration() 473 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 40 std::initializer_list<float> input_to_input_weights, in LSTMOpModel()
|