Home
last modified time | relevance | path

Searched defs:input_to_input_weights (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc182 const TfLiteTensor* input_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local
470 const TfLiteTensor* input_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local
876 const TfLiteTensor* input_to_input_weights = in CheckInputTensorDimensions() local
1165 const TfLiteTensor* input_to_input_weights = in PopulatePrecomputedZPTimesWeightsWithBias() local
1416 const TfLiteTensor* input_to_input_weights = in Prepare() local
1601 const TfLiteTensor* input_to_input_weights = in Prepare() local
1632 const TfLiteTensor* input_to_input_weights = in Prepare() local
1836 const TfLiteTensor* input_to_input_weights = in Eval() local
H A Dunidirectional_sequence_lstm.cc96 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
429 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
726 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in PopulatePrecomputedZPTimesWeightsWithBias() local
969 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in Prepare() local
1229 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in Eval() local
H A Dlstm_test.cc1604 const std::vector<float> input_to_input_weights = { in TEST() local
1766 const std::vector<float> input_to_input_weights = { in TEST() local
1939 const std::vector<float> input_to_input_weights = { in TEST() local
2135 const std::vector<float>& input_to_input_weights, in HybridSparseLSTMOpModel()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DLSTMLayerQuantized.cpp93 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local
232 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_CASE() local
472 …auto input_to_input_weights = create_tensor<CLTensor>(input_weights_shape, DataType::QASYMM8,… in TEST_SUITE() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DLSTMLayerQuantized.cpp100 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local
239 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_CASE() local
479 …auto input_to_input_weights = create_tensor<Tensor>(input_weights_shape, DataType::QASYMM8, 1… in TEST_SUITE() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp61const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure()
73const ICLTensor *input_to_input_weights, const ICLTensor *input_to_forget_weights, const ICLTensor… in configure()
281const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py33 input_to_input_weights = Input("inputToInputWeights", InputWeightsType) variable
120 input_to_input_weights = Parameter("inputToInputWeights", InputWeightsType, variable
Dlayer_norm_lstm.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", variable
201 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", variable
Dlstm3_state2_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm2_state_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm2_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm3_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm3_state3_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm2_state2_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
Dlstm3_state_float16.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, n_… variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/
H A DLSTMParams.h82 …LSTMParams &set_cifg_params(const T *input_to_input_weights, const T *recurrent_to_input_weights, … in set_cifg_params()
195 const T *input_to_input_weights() const in input_to_input_weights() function
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp61const ITensor *input_to_input_weights, const ITensor *input_to_forget_weights, const ITensor *inpu… in configure()
249const ITensorInfo *input_to_input_weights, const ITensorInfo *input_to_forget_weights, const ITens… in validate()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc341 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalFloat()
551 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc265 const TfLiteTensor* input, const TfLiteTensor* input_to_input_weights, in EvalCalibration()
473 const TfLiteTensor* input_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlstm3_state.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable
Dlstm2_state.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable
Dlstm2.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable
Dlstm3_state3.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable
Dlstm2_state2.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable
Dlstm3.mod.py29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, n_… variable

123