| /external/ComputeLibrary/tests/validation/CL/ |
| 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
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| 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
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| 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()
|
| 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()
|
| 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()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| 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()
|
| 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()
|
| 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()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| 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
|
| 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
|
| 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()
|
| D | unidirectional_sequence_lstm_test.cc | 2800 const std::vector<float> input_to_output_weights = { in TEST() local 2958 const std::vector<float> input_to_output_weights = { in TEST() local
|
| D | lstm_eval.cc | 1749 const TfLiteTensor* input_to_output_weights, in EvalFloat() 1939 const TfLiteTensor* input_to_output_weights, in EvalHybrid() 2218 const TfLiteTensor* input_to_output_weights, in EvalInteger8x8_16() 2456 const TfLiteTensor* input_to_output_weights, in EvalInteger8x8_8()
|
| D | bidirectional_sequence_lstm.cc | 227 const TfLiteTensor* input_to_output_weights; in CheckLstmTensorDimensionsAndTypes() local
|
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
| D | lstm.cc | 344 const TfLiteTensor* input_to_output_weights, in EvalFloat() 557 const TfLiteTensor* input_to_output_weights = GetInput( in lstm_eval() local
|
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
| D | lstm.cc | 268 const TfLiteTensor* input_to_output_weights, in EvalCalibration() 486 const TfLiteTensor* input_to_output_weights; in lstm_eval() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
| D | lstm_full_test.cc | 43 std::initializer_list<float> input_to_output_weights, in LSTMOpModel()
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
| D | tfl_ops.cc | 2513 const auto input_to_output_weights = in verify() local
|