/external/ComputeLibrary/tests/validation/NEON/ |
D | LSTMLayerQuantized.cpp | 110 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_SUITE() local 249 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_CASE() local 489 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_SUITE() local
|
/external/ComputeLibrary/tests/validation/CL/ |
D | LSTMLayerQuantized.cpp | 103 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_SUITE() local 242 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_CASE() local 482 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_SUITE() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 562 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 801 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1277 const TfLiteTensor* cell_gate_bias; in Eval() local
|
D | lstm.cc | 521 const TfLiteTensor* cell_gate_bias; in PopulateQuantizedLstmParams8x8_8() local 1007 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 1231 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1887 const TfLiteTensor* cell_gate_bias; in Eval() local
|
D | lstm_test.cc | 1624 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local 1786 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local 1959 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local
|
D | unidirectional_sequence_lstm_test.cc | 2808 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local 2966 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local
|
D | lstm_eval.cc | 1767 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalFloat() 1932 TfLiteStatus EvalHybrid( in EvalHybrid() 2231 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalInteger8x8_16() 2469 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalInteger8x8_8()
|
D | bidirectional_sequence_lstm.cc | 338 const TfLiteTensor* cell_gate_bias; in CheckLstmTensorDimensionsAndTypes() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 286 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalCalibration() 541 const TfLiteTensor* cell_gate_bias; in lstm_eval() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 53 std::initializer_list<float> cell_gate_bias, in LSTMOpModel()
|