Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h112 LSTMParams &set_peephole_params(T *cell_to_forget_weights, T *cell_to_output_weights) in set_peephole_params()
215 T *cell_to_forget_weights() const in cell_to_forget_weights() function
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc133 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
504 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
1266 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc214 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_16() local
502 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_8() local
951 const TfLiteTensor* cell_to_forget_weights = in CheckInputTensorDimensions() local
1868 const TfLiteTensor* cell_to_forget_weights = in Eval() local
Dlstm_eval.cc1755 const TfLiteTensor* cell_to_forget_weights, in EvalFloat()
1950 const TfLiteTensor* cell_to_forget_weights, in EvalHybrid()
2224 const TfLiteTensor* cell_to_forget_weights, in EvalInteger8x8_16()
2462 const TfLiteTensor* cell_to_forget_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc290 const TfLiteTensor* cell_to_forget_weights = in CheckLstmTensorDimensionsAndTypes() local
Dunidirectional_sequence_lstm_test.cc2984 const std::vector<float> cell_to_forget_weights = {0.2, -0.1, 0.1, -0.2}; in TEST() local
Dlstm_test.cc1804 const std::vector<float> cell_to_forget_weights = {0.2, -0.1, 0.1, -0.2}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc350 const TfLiteTensor* cell_to_forget_weights, in EvalFloat()
571 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc274 const TfLiteTensor* cell_to_forget_weights, in EvalCalibration()
516 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc49 std::initializer_list<float> cell_to_forget_weights, in LSTMOpModel()