/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | LSTMLayerQuantized.cpp | 97 …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
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | LSTMLayerQuantized.cpp | 104 …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
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayerQuantized.cpp | 62 …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()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 113 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 454 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local 743 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local 1246 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Eval() local
|
H A D | lstm.cc | 197 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local 485 const TfLiteTensor* recurrent_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local 897 const TfLiteTensor* recurrent_to_input_weights = in CheckInputTensorDimensions() local 1180 const TfLiteTensor* recurrent_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local 1682 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in Prepare() local 1851 const TfLiteTensor* recurrent_to_input_weights = in Eval() local
|
H A D | lstm_test.cc | 1628 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()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 40 recurrent_to_input_weights = Input("recurrentToInputWeights", RecurrentWeightsType) variable 131 recurrent_to_input_weights = Parameter("recurrentToInputWeights", RecurrentWeightsType, variable
|
D | layer_norm_lstm.mod.py | 38 recurrent_to_input_weights = Input("recurrent_to_input_weights", variable 210 recurrent_to_input_weights = Input("recurrent_to_input_weights", variable
|
D | lstm3_state2_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm2_state_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm2_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm3_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm3_state3_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm2_state2_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
D | lstm3_state_float16.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_… variable
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/ |
H A D | LSTMParams.h | 82 …TMParams &set_cifg_params(const T *input_to_input_weights, const T *recurrent_to_input_weights, T … in set_cifg_params() 200 const T *recurrent_to_input_weights() const in recurrent_to_input_weights() function
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayerQuantized.cpp | 62 …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()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 345 const TfLiteTensor* recurrent_to_input_weights, in EvalFloat() 560 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 269 const TfLiteTensor* recurrent_to_input_weights, in EvalCalibration() 493 const TfLiteTensor* recurrent_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm3_state.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|
D | lstm2_state.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|
D | lstm2.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|
D | lstm3_state3.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|
D | lstm2_state2.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|
D | lstm3.mod.py | 34 recurrent_to_input_weights = Input("recurrent_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_… variable
|