Searched defs:cell_layer_norm_coefficients (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 137 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
|
D | lstm.cc | 222 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
|
D | lstm_test.cc | 1643 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
|
D | lstm_eval.cc | 1701 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()
|
D | unidirectional_sequence_lstm_test.cc | 3079 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/ |
D | lstm.cc | 345 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/ |
D | lstm.cc | 277 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/ |
D | lstm_full_test.cc | 35 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()
|