/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | LSTMLayerQuantized.cpp | 96 …auto input_to_output_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local 235 …auto input_to_output_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_CASE() local 475 …auto input_to_output_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 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 74 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 401 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
H A D | CLLSTMLayerQuantized.cpp | 61 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 73 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 281 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
H A D | CLQLSTMLayer.cpp | 160 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 173 …o_forget_weights, const ICLTensor *input_to_cell_weights, const ICLTensor *input_to_output_weights, in configure() 604 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | LSTMLayerQuantized.cpp | 103 …auto input_to_output_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local 242 …auto input_to_output_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_CASE() local 482 …auto input_to_output_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 | 107 const TfLiteTensor* input_to_output_weights; in PopulateQuantizedLstmParams8x8_16() local 737 const TfLiteTensor* input_to_output_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 898 const TfLiteTensor* input_to_output_weights; in Prepare() local 1240 const TfLiteTensor* input_to_output_weights; in Eval() local
|
H A D | lstm.cc | 192 const TfLiteTensor* input_to_output_weights; in PopulateQuantizedLstmParams8x8_16() local 480 const TfLiteTensor* input_to_output_weights; in PopulateQuantizedLstmParams8x8_8() local 1175 const TfLiteTensor* input_to_output_weights; in PopulatePrecomputedZPTimesWeightsWithBias() local 1325 const TfLiteTensor* input_to_output_weights; in Prepare() local 1670 const TfLiteTensor* input_to_output_weights = in Prepare() local 1846 const TfLiteTensor* input_to_output_weights; in Eval() local
|
H A D | lstm_test.cc | 1616 const std::vector<float> input_to_output_weights = { in TEST() local 1778 const std::vector<float> input_to_output_weights = { in TEST() local 1951 const std::vector<float> input_to_output_weights = { in TEST() local 2138 const std::vector<float>& input_to_output_weights, in HybridSparseLSTMOpModel()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 36 input_to_output_weights = Input("inputToOutputWeights", InputWeightsType) variable 126 input_to_output_weights = Parameter("inputToOutputWeights", InputWeightsType, variable
|
D | layer_norm_lstm.mod.py | 35 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", variable 207 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", variable
|
D | lstm3_state2_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_state3_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state2_float16.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayer.cpp | 58 …ut_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input_to_output_weights, in configure() 376 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
H A D | NELSTMLayerQuantized.cpp | 61 …ut_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input_to_output_weights, in configure() 249 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
H A D | NEQLSTMLayer.cpp | 215 …ut_to_forget_weights, const ITensor *input_to_cell_weights, const ITensor *input_to_output_weights, in configure() 676 …rget_weights, const ITensorInfo *input_to_cell_weights, const ITensorInfo *input_to_output_weights, in validate()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 344 const TfLiteTensor* input_to_output_weights, in EvalFloat() 557 const TfLiteTensor* input_to_output_weights = GetInput( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 268 const TfLiteTensor* input_to_output_weights, in EvalCalibration() 486 const TfLiteTensor* input_to_output_weights; in lstm_eval() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm3_state.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm2_state.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm2.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|
D | lstm3_state3.mod.py | 32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
|