/external/ComputeLibrary/tests/validation/NEON/ |
D | LSTMLayerQuantized.cpp | 101 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local 240 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_CASE() local 480 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local
|
/external/ComputeLibrary/tests/validation/CL/ |
D | LSTMLayerQuantized.cpp | 94 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local 233 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_CASE() local 473 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayer.cpp | 74 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 87 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 409 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
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()
|
D | CLQLSTMLayer.cpp | 165 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 178 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 601 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 67 …const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure() 378 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
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()
|
D | NEQLSTMLayer.cpp | 154 …const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure() 581 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 97 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local 436 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local 727 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 1227 const TfLiteTensor* input_to_forget_weights; in Eval() local
|
D | lstm.cc | 183 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local 471 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_8() local 864 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local 1166 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 1642 const TfLiteTensor* input_to_forget_weights = in Prepare() local 1834 const TfLiteTensor* input_to_forget_weights; in Eval() local
|
D | lstm_test.cc | 1608 const std::vector<float> input_to_forget_weights = { in TEST() local 1770 const std::vector<float> input_to_forget_weights = { in TEST() local 1943 const std::vector<float> input_to_forget_weights = { in TEST() local 2136 const std::vector<float>& input_to_forget_weights, in HybridSparseLSTMOpModel()
|
D | lstm_eval.cc | 1689 const TfLiteTensor* input_to_forget_weights, in EvalFloat() 1871 const TfLiteTensor* input_to_forget_weights, in EvalHybrid() 2152 const TfLiteTensor* input_to_forget_weights, in EvalInteger8x8_16() 2390 const TfLiteTensor* input_to_forget_weights, in EvalInteger8x8_8()
|
D | unidirectional_sequence_lstm_test.cc | 3044 const std::vector<float> input_to_forget_weights = { in TEST() local 3202 const std::vector<float> input_to_forget_weights = { in TEST() local
|
D | bidirectional_sequence_lstm.cc | 196 const TfLiteTensor* input_to_forget_weights; in CheckLstmTensorDimensionsAndTypes() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 342 const TfLiteTensor* input_to_forget_weights, in EvalFloat() 553 const TfLiteTensor* input_to_forget_weights = GetInput( in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 266 const TfLiteTensor* input_to_forget_weights, in EvalCalibration() 475 const TfLiteTensor* input_to_forget_weights; in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 41 std::initializer_list<float> input_to_forget_weights, in LSTMOpModel()
|