Home
last modified time | relevance | path

Searched defs:recurrent_to_input_weights (Results 1 – 14 of 14) sorted by relevance

/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp104 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
243 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_CASE() local
483 …auto recurrent_to_input_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM… in TEST_SUITE() local
/external/ComputeLibrary/tests/validation/CL/
DLSTMLayerQuantized.cpp97 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
236 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_CASE() local
476 …auto recurrent_to_input_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY… in TEST_SUITE() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayerQuantized.cpp67const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure()
79const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I… in configure()
277const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h84 …TMParams &set_cifg_params(const T *input_to_input_weights, const T *recurrent_to_input_weights, T … in set_cifg_params()
202 const T *recurrent_to_input_weights() const in recurrent_to_input_weights() function
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayerQuantized.cpp71const ITensor *recurrent_to_input_weights, const ITensor *recurrent_to_forget_weights, const ITens… in configure()
249const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc112 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
453 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
742 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local
1242 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc196 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local
484 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local
896 const TfLiteTensor* recurrent_to_input_weights = in CheckInputTensorDimensions() local
1179 const TfLiteTensor* recurrent_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local
1678 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Prepare() local
1847 const TfLiteTensor* recurrent_to_input_weights = in Eval() local
Dlstm_test.cc1628 const std::vector<float> recurrent_to_input_weights = { in TEST() local
1790 const std::vector<float> recurrent_to_input_weights = { in TEST() local
1963 const std::vector<float> recurrent_to_input_weights = { in TEST() local
2140 const std::vector<float>& recurrent_to_input_weights, in HybridSparseLSTMOpModel()
Dlstm_eval.cc1692 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat()
1877 const TfLiteTensor* recurrent_to_input_weights, in EvalHybrid()
2155 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_16()
2393 const TfLiteTensor* recurrent_to_input_weights, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3064 const std::vector<float> recurrent_to_input_weights = { in TEST() local
3222 const std::vector<float> recurrent_to_input_weights = { in TEST() local
Dbidirectional_sequence_lstm.cc237 const TfLiteTensor* recurrent_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc345 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat()
560 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc269 const TfLiteTensor* recurrent_to_input_weights, in EvalCalibration()
493 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc44 std::initializer_list<float> recurrent_to_input_weights, in LSTMOpModel()