Home
last modified time | relevance | path

Searched defs:hasForgetLayerNormWeights (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp90 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmTest() local
239 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmTimeMajorTest() local
426 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
564 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
719 bool hasForgetLayerNormWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
839 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmInt8Test() local
961 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1081 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1202 bool hasForgetLayerNormWeights = false; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1327 bool hasForgetLayerNormWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp25 std::vector<char> CreateLstmTfLiteModel(tflite::TensorType tensorType, in CreateLstmTfLiteModel()
548 void LstmTestImpl(std::vector<armnn::BackendId>& backends, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
578 void UnidirectionalSequenceLstmTestImpl(std::vector<armnn::BackendId>& backends, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp106 bool hasForgetLayerNormWeights = false; in LstmTest() local