Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/CL/
DLSTMLayerQuantized.cpp100 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
239 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_CASE() local
479 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp107 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
246 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_CASE() local
486 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp62 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
75 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
402 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
DCLLSTMLayerQuantized.cpp62 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
74 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
282 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
DCLQLSTMLayer.cpp161 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
174 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights, in configure()
605 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp59 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights, in configure()
377 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
DNELSTMLayerQuantized.cpp62 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights, in configure()
250 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
DNEQLSTMLayer.cpp216 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights, in configure()
677 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc125 const TfLiteTensor* recurrent_to_output_weights; in PopulateQuantizedLstmParams8x8_16() local
755 const TfLiteTensor* recurrent_to_output_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
907 const TfLiteTensor* recurrent_to_output_weights; in Prepare() local
1258 const TfLiteTensor* recurrent_to_output_weights; in Eval() local
Dlstm.cc207 const TfLiteTensor* recurrent_to_output_weights; in PopulateQuantizedLstmParams8x8_16() local
495 const TfLiteTensor* recurrent_to_output_weights; in PopulateQuantizedLstmParams8x8_8() local
1190 const TfLiteTensor* recurrent_to_output_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local
1333 const TfLiteTensor* recurrent_to_output_weights; in Prepare() local
1722 const TfLiteTensor* recurrent_to_output_weights = in Prepare() local
1861 const TfLiteTensor* recurrent_to_output_weights; in Eval() local
Dlstm_test.cc1637 const std::vector<float> recurrent_to_output_weights = { in TEST() local
1799 const std::vector<float> recurrent_to_output_weights = { in TEST() local
1972 const std::vector<float> recurrent_to_output_weights = { in TEST() local
2143 const std::vector<float>& recurrent_to_output_weights, in HybridSparseLSTMOpModel()
Dunidirectional_sequence_lstm_test.cc2821 const std::vector<float> recurrent_to_output_weights = { in TEST() local
2979 const std::vector<float> recurrent_to_output_weights = { in TEST() local
Dlstm_eval.cc1753 const TfLiteTensor* recurrent_to_output_weights, in EvalFloat()
1947 const TfLiteTensor* recurrent_to_output_weights, in EvalHybrid()
2222 const TfLiteTensor* recurrent_to_output_weights, in EvalInteger8x8_16()
2460 const TfLiteTensor* recurrent_to_output_weights, in EvalInteger8x8_8()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc348 const TfLiteTensor* recurrent_to_output_weights, in EvalFloat()
566 const TfLiteTensor* recurrent_to_output_weights = GetInput( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc272 const TfLiteTensor* recurrent_to_output_weights, in EvalCalibration()
507 const TfLiteTensor* recurrent_to_output_weights; in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc47 std::initializer_list<float> recurrent_to_output_weights, in LSTMOpModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc2515 const auto recurrent_to_output_weights = in verify() local