Home
last modified time | relevance | path

Searched refs:SetForgetLayerNormCoefficients (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.h100 virtual void SetForgetLayerNormCoefficients();
197 void SetForgetLayerNormCoefficients() override;
Dlstm_utils.cc332 void ConvertLSTMCellSimpleToFusedLSTM::SetForgetLayerNormCoefficients() { in SetForgetLayerNormCoefficients() function in mlir::TFL::ConvertLSTMCellSimpleToFusedLSTM
376 SetForgetLayerNormCoefficients(); in GenerateFusedOpOperands()
561 SetForgetLayerNormCoefficients() { in SetForgetLayerNormCoefficients() function in mlir::TFL::ConvertLayerNormalizedLSTMCellSimpleToFusedLSTM
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_test.cc195 void SetForgetLayerNormCoefficients(const std::vector<float>& f) { in SetForgetLayerNormCoefficients() function in tflite::__anonfa79752f0111::LSTMOpModel
406 lstm->SetForgetLayerNormCoefficients(forget_layer_norm_coefficients_); in SetAllWeightsAndBiases()
1516 void SetForgetLayerNormCoefficients(const std::vector<float>& f) { in SetForgetLayerNormCoefficients() function in tflite::__anonfa79752f0111::LSTMIntegerOpModel
1721 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients); in TEST()
1894 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients); in TEST()
2061 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients); in TEST()
Dunidirectional_sequence_lstm_test.cc208 void SetForgetLayerNormCoefficients(std::vector<float> f) { in SetForgetLayerNormCoefficients() function in tflite::__anond8582fe00111::UnidirectionalLSTMOpModel
2668 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients_); in TEST_F()
2950 void SetForgetLayerNormCoefficients(const std::vector<float>& f) { in SetForgetLayerNormCoefficients() function in tflite::__anond8582fe00111::UnidirectionalSequenceLSTMIntegerOpModel
3157 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients); in TEST()
3326 lstm.SetForgetLayerNormCoefficients(forget_layer_norm_coefficients); in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3266 void SetForgetLayerNormCoefficients(const std::vector<float>& f) { in SetForgetLayerNormCoefficients() function in tflite::__anonde5f765e0111::LSTMOpModel
4490 layer_norm_lstm.SetForgetLayerNormCoefficients( in TEST_F()
4626 layer_norm_lstm.SetForgetLayerNormCoefficients( in TEST_F()