/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | LSTMLayerQuantized.cpp | 94 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local 233 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_CASE() local 473 …auto input_to_forget_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayer.cpp | 61 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 74 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 401 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
H A D | CLLSTMLayerQuantized.cpp | 61 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure() 73 …const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure() 281 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
|
H A D | CLQLSTMLayer.cpp | 160 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 173 …const ICLTensor *input_to_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor … in configure() 604 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | LSTMLayerQuantized.cpp | 101 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local 240 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_CASE() local 480 …auto input_to_forget_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 98 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local 437 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local 728 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 1231 const TfLiteTensor* input_to_forget_weights; in Eval() local
|
H A D | lstm.cc | 184 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_16() local 472 const TfLiteTensor* input_to_forget_weights; in PopulateQuantizedLstmParams8x8_8() local 865 const TfLiteTensor* input_to_forget_weights; in CheckInputTensorDimensions() local 1167 const TfLiteTensor* input_to_forget_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 1646 const TfLiteTensor* input_to_forget_weights = in Prepare() local 1838 const TfLiteTensor* input_to_forget_weights; in Eval() local
|
H A D | lstm_test.cc | 1608 const std::vector<float> input_to_forget_weights = { in TEST() local 1770 const std::vector<float> input_to_forget_weights = { in TEST() local 1943 const std::vector<float> input_to_forget_weights = { in TEST() local 2136 const std::vector<float>& input_to_forget_weights, in HybridSparseLSTMOpModel()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 34 input_to_forget_weights = Input("inputToForgetWeights", InputWeightsType) variable 122 input_to_forget_weights = Parameter("inputToForgetWeights", InputWeightsType, variable
|
D | layer_norm_lstm.mod.py | 31 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable 203 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable
|
D | lstm3_state2_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_state3_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state2_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayer.cpp | 58 …const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure() 376 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
H A D | NELSTMLayerQuantized.cpp | 61 …const ITensor *input_to_input_weights, const ITensor *input_to_forget_weights, const ITensor *inpu… in configure() 249 …const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
|
H A D | NEQLSTMLayer.cpp | 215 …const ITensor *input_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input… in configure() 676 …const ITensorInfo *input_to_forget_weights, const ITensorInfo *input_to_cell_weights, const ITenso… in validate()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 342 const TfLiteTensor* input_to_forget_weights, in EvalFloat() 553 const TfLiteTensor* input_to_forget_weights = GetInput( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 266 const TfLiteTensor* input_to_forget_weights, in EvalCalibration() 475 const TfLiteTensor* input_to_forget_weights; in lstm_eval() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm3_state.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm2.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_state3.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|