Home
last modified time | relevance | path

Searched defs:cell_layer_norm_coefficients (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc137 const TfLiteTensor* cell_layer_norm_coefficients = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
642 const TfLiteTensor* cell_layer_norm_coefficients; in CheckInputTensorDimensions() local
1294 const TfLiteTensor* cell_layer_norm_coefficients = in Eval() local
Dlstm.cc222 const TfLiteTensor* cell_layer_norm_coefficients = in PopulateQuantizedLstmParams8x8_16() local
510 const TfLiteTensor* cell_layer_norm_coefficients = in PopulateQuantizedLstmParams8x8_8() local
1092 const TfLiteTensor* cell_layer_norm_coefficients = in CheckInputTensorDimensions() local
1873 const TfLiteTensor* cell_layer_norm_coefficients = in Eval() local
Dlstm_test.cc1643 const std::vector<float> cell_layer_norm_coefficients = {0.7, 0.2, 0.3, 0.8}; in TEST() local
1811 const std::vector<float> cell_layer_norm_coefficients = {0.7, 0.2, 0.3, 0.8}; in TEST() local
1978 const std::vector<float> cell_layer_norm_coefficients = {0.7, 0.2, 0.3, 0.8}; in TEST() local
Dlstm_eval.cc1701 const TfLiteTensor* cell_layer_norm_coefficients, in EvalFloat()
1890 const TfLiteTensor* cell_layer_norm_coefficients, in EvalHybrid()
2164 const TfLiteTensor* cell_layer_norm_coefficients, in EvalInteger8x8_16()
2402 const TfLiteTensor* cell_layer_norm_coefficients, in EvalInteger8x8_8()
Dunidirectional_sequence_lstm_test.cc3079 const std::vector<float> cell_layer_norm_coefficients = {0.7, 0.2, 0.3, 0.8}; in TEST() local
3243 const std::vector<float> cell_layer_norm_coefficients = {0.7, 0.2, 0.3, 0.8}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc345 const TfLiteTensor* cell_layer_norm_coefficients, in EvalFloat()
570 const TfLiteTensor* cell_layer_norm_coefficients = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc277 const TfLiteTensor* cell_layer_norm_coefficients, in EvalCalibration()
526 const TfLiteTensor* cell_layer_norm_coefficients = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc35 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()