Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp88 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmTest() local
237 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmTimeMajorTest() local
424 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
562 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
717 bool hasInputLayerNormWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
837 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmInt8Test() local
959 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1079 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1200 bool hasInputLayerNormWeights = false; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1325 bool hasInputLayerNormWeights = 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.cpp104 bool hasInputLayerNormWeights = false; in LstmTest() local