Home
last modified time | relevance | path

Searched defs:input_to_forget_weights (Results 1 – 17 of 17) sorted by relevance

/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp101 …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/
DLSTMLayerQuantized.cpp94 …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/
DCLLSTMLayer.cpp61const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure()
74const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure()
401const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
DCLLSTMLayerQuantized.cpp61 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure()
73 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure()
281 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
DCLQLSTMLayer.cpp160const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure()
173const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure()
604const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp58const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure()
376const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
DNELSTMLayerQuantized.cpp61 …const ITensor *input_to_input_weights, const ITensor *input_to_forget_weights, const ITensor *inpu… in configure()
249 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
DNEQLSTMLayer.cpp215const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure()
676const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc98 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
437 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local
728 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1231 const TfLiteTensor* input_to_forget_weights; in Eval() local
Dlstm.cc184 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
472 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_8() local
865 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local
1167 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1646 const TfLiteTensor* input_to_forget_weights = in Prepare() local
1838 const TfLiteTensor* input_to_forget_weights; in Eval() local
Dlstm_test.cc1608 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()
Dunidirectional_sequence_lstm_test.cc2792 const std::vector<float> input_to_forget_weights = { in TEST() local
2950 const std::vector<float> input_to_forget_weights = { in TEST() local
Dlstm_eval.cc1747 const TfLiteTensor* input_to_forget_weights, in EvalFloat()
1935 const TfLiteTensor* input_to_forget_weights, in EvalHybrid()
2216 const TfLiteTensor* input_to_forget_weights, in EvalInteger8x8_16()
2454 const TfLiteTensor* input_to_forget_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc196 const TfLiteTensor* input_to_forget_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc342 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/
Dlstm.cc266 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/
Dlstm_full_test.cc41 std::initializer_list<float> input_to_forget_weights, in LSTMOpModel()