Searched defs:output_layer_norm_coefficients (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 144 const TfLiteTensor* output_layer_norm_coefficients = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 666 const TfLiteTensor* output_layer_norm_coefficients; in CheckInputTensorDimensions() local 1311 const TfLiteTensor* output_layer_norm_coefficients = in Eval() local
|
H A D | lstm.cc | 225 const TfLiteTensor* output_layer_norm_coefficients = in PopulateQuantizedLstmParams8x8_16() local 513 const TfLiteTensor* output_layer_norm_coefficients = in PopulateQuantizedLstmParams8x8_8() local 1107 const TfLiteTensor* output_layer_norm_coefficients = GetOptionalInputTensor( in CheckInputTensorDimensions() local 1879 const TfLiteTensor* output_layer_norm_coefficients = in Eval() local
|
H A D | lstm_test.cc | 1644 const std::vector<float> output_layer_norm_coefficients = {0.6, 0.2, 0.2, in TEST() local 1812 const std::vector<float> output_layer_norm_coefficients = {0.6, 0.2, 0.2, in TEST() local 1979 const std::vector<float> output_layer_norm_coefficients = {0.6, 0.2, 0.2, in TEST() local
|
H A D | lstm_eval.cc | 1760 const TfLiteTensor* output_layer_norm_coefficients, in EvalFloat() 1955 const TfLiteTensor* output_layer_norm_coefficients, in EvalHybrid() 2229 const TfLiteTensor* output_layer_norm_coefficients, in EvalInteger8x8_16() 2467 const TfLiteTensor* output_layer_norm_coefficients, in EvalInteger8x8_8()
|
H A D | unidirectional_sequence_lstm_test.cc | 2828 const std::vector<float> output_layer_norm_coefficients = {0.6, 0.2, 0.2, in TEST() local 2992 const std::vector<float> output_layer_norm_coefficients = {0.6, 0.2, 0.2, in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 355 const TfLiteTensor* output_layer_norm_coefficients, in EvalFloat() 585 const TfLiteTensor* output_layer_norm_coefficients = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 279 const TfLiteTensor* output_layer_norm_coefficients, in EvalCalibration() 530 const TfLiteTensor* output_layer_norm_coefficients = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
H A D | lstm_full_test.cc | 35 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()
|