Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/CL/
DLSTMLayerQuantized.cpp98 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
237 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_CASE() local
477 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp105 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
244 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_CASE() local
484 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp62const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
75const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
402const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
DCLLSTMLayerQuantized.cpp62 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure()
74 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure()
282 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
DCLQLSTMLayer.cpp161const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
174const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
605const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp59const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso… in configure()
377const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
DNELSTMLayerQuantized.cpp62 …const ITensor *recurrent_to_input_weights, const ITensor *recurrent_to_forget_weights, const ITens… in configure()
250 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
DNEQLSTMLayer.cpp216const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso… in configure()
677const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc115 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
464 const TfLiteTensor* recurrent_to_forget_weights; in CheckInputTensorDimensions() local
745 const TfLiteTensor* recurrent_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1248 const TfLiteTensor* recurrent_to_forget_weights; in Eval() local
Dlstm.cc199 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local
487 const TfLiteTensor* recurrent_to_forget_weights; in PopulateQuantizedLstmParams8x8_8() local
909 const TfLiteTensor* recurrent_to_forget_weights; in CheckInputTensorDimensions() local
1182 const TfLiteTensor* recurrent_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1697 const TfLiteTensor* recurrent_to_forget_weights = in Prepare() local
1853 const TfLiteTensor* recurrent_to_forget_weights; in Eval() local
Dlstm_test.cc1634 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
1796 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
1969 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
2141 const std::vector<float>& recurrent_to_forget_weights, in HybridSparseLSTMOpModel()
Dunidirectional_sequence_lstm_test.cc2818 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
2976 const std::vector<float> recurrent_to_forget_weights = { in TEST() local
Dlstm_eval.cc1751 const TfLiteTensor* recurrent_to_forget_weights, in EvalFloat()
1943 const TfLiteTensor* recurrent_to_forget_weights, in EvalHybrid()
2220 const TfLiteTensor* recurrent_to_forget_weights, in EvalInteger8x8_16()
2458 const TfLiteTensor* recurrent_to_forget_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc249 const TfLiteTensor* recurrent_to_forget_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc346 const TfLiteTensor* recurrent_to_forget_weights, in EvalFloat()
562 const TfLiteTensor* recurrent_to_forget_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc270 const TfLiteTensor* recurrent_to_forget_weights, in EvalCalibration()
495 const TfLiteTensor* recurrent_to_forget_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc45 std::initializer_list<float> recurrent_to_forget_weights, in LSTMOpModel()