Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp106 …auto recurrent_to_cell_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
245 …auto recurrent_to_cell_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_CASE() local
485 …auto recurrent_to_cell_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
/external/ComputeLibrary/tests/validation/CL/
DLSTMLayerQuantized.cpp99 …auto recurrent_to_cell_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
238 …auto recurrent_to_cell_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_CASE() local
478 …auto recurrent_to_cell_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp62 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
75 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
402 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
DCLLSTMLayerQuantized.cpp62 …weights, const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights,… in configure()
74 …weights, const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights,… in configure()
282 …ghts, const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights in validate()
DCLQLSTMLayer.cpp161 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
174 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC… in configure()
605 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp59 …const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso… in configure()
377 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
DNELSTMLayerQuantized.cpp62 …ut_weights, const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, … in configure()
250 …ghts, const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights in validate()
DNEQLSTMLayer.cpp216 …const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso… in configure()
677 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc120 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
475 const TfLiteTensor* recurrent_to_cell_weights; in CheckInputTensorDimensions() local
750 const TfLiteTensor* recurrent_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1253 const TfLiteTensor* recurrent_to_cell_weights; in Eval() local
Dlstm.cc203 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_16() local
491 const TfLiteTensor* recurrent_to_cell_weights; in PopulateQuantizedLstmParams8x8_8() local
921 const TfLiteTensor* recurrent_to_cell_weights; in CheckInputTensorDimensions() local
1186 const TfLiteTensor* recurrent_to_cell_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1709 const TfLiteTensor* recurrent_to_cell_weights = in Prepare() local
1857 const TfLiteTensor* recurrent_to_cell_weights; in Eval() local
Dlstm_test.cc1631 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
1793 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
1966 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
2142 const std::vector<float>& recurrent_to_cell_weights, in HybridSparseLSTMOpModel()
Dunidirectional_sequence_lstm_test.cc2815 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
2973 const std::vector<float> recurrent_to_cell_weights = { in TEST() local
Dlstm_eval.cc1752 const TfLiteTensor* recurrent_to_cell_weights, in EvalFloat()
1945 const TfLiteTensor* recurrent_to_cell_weights, in EvalHybrid()
2221 const TfLiteTensor* recurrent_to_cell_weights, in EvalInteger8x8_16()
2459 const TfLiteTensor* recurrent_to_cell_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc261 const TfLiteTensor* recurrent_to_cell_weights; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc347 const TfLiteTensor* recurrent_to_cell_weights, in EvalFloat()
564 const TfLiteTensor* recurrent_to_cell_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc271 const TfLiteTensor* recurrent_to_cell_weights, in EvalCalibration()
501 const TfLiteTensor* recurrent_to_cell_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc46 std::initializer_list<float> recurrent_to_cell_weights, in LSTMOpModel()