Home
last modified time | relevance | path

Searched defs:cell_gate_bias (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/tests/validation/NEON/
DLSTMLayerQuantized.cpp110 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/
DLSTMLayerQuantized.cpp103 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/
Dunidirectional_sequence_lstm.cc562 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
Dlstm.cc521 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
Dlstm_test.cc1624 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
Dunidirectional_sequence_lstm_test.cc2808 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
Dlstm_eval.cc1767 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()
Dbidirectional_sequence_lstm.cc338 const TfLiteTensor* cell_gate_bias; in CheckLstmTensorDimensionsAndTypes() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc286 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/
Dlstm_full_test.cc53 std::initializer_list<float> cell_gate_bias, in LSTMOpModel()