Home
last modified time | relevance | path

Searched defs:input_to_output_weights (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DLSTMLayerQuantized.cpp96 …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 DCLLSTMLayer.cpp61 …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 DCLLSTMLayerQuantized.cpp61 …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 DCLQLSTMLayer.cpp160 …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 DLSTMLayerQuantized.cpp103 …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 Dunidirectional_sequence_lstm.cc107 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 Dlstm.cc192 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 Dlstm_test.cc1616 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/
Dquantized_lstm.mod.py36 input_to_output_weights = Input("inputToOutputWeights", InputWeightsType) variable
126 input_to_output_weights = Parameter("inputToOutputWeights", InputWeightsType, variable
Dlayer_norm_lstm.mod.py35 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
Dlstm3_state2_float16.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
Dlstm2_state_float16.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
Dlstm2_float16.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
Dlstm3_float16.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
Dlstm3_state3_float16.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable
Dlstm2_state2_float16.mod.py32 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 DNELSTMLayer.cpp58 …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 DNELSTMLayerQuantized.cpp61 …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 DNEQLSTMLayer.cpp215 …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 Dlstm.cc344 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 Dlstm.cc268 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/
Dlstm3_state.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
Dlstm2_state.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
Dlstm2.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable
Dlstm3_state3.mod.py32 input_to_output_weights = Input("input_to_output_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable

123