Searched defs:cell_gate_bias (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 554 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 791 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1264 const TfLiteTensor* cell_gate_bias; in Eval() local
|
D | lstm.cc | 520 const TfLiteTensor* cell_gate_bias; in PopulateQuantizedLstmParams8x8_8() local 1006 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 1230 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1883 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 | lstm_eval.cc | 1709 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalFloat() 1868 TfLiteStatus EvalHybrid( in EvalHybrid() 2167 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalInteger8x8_16() 2405 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalInteger8x8_8()
|
D | unidirectional_sequence_lstm_test.cc | 3060 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local 3218 const std::vector<float> cell_gate_bias = {-0.05, 0.72, 0.25, 0.08}; in TEST() local
|
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 | 285 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalCalibration() 540 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()
|