Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp72 bool hasCellToForgetWeights = false; in UnidirectionalSequenceLstmTest() local
221 bool hasCellToForgetWeights = false; in UnidirectionalSequenceLstmTimeMajorTest() local
396 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
546 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
697 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
821 bool hasCellToForgetWeights = false; in UnidirectionalSequenceLstmInt8Test() local
943 bool hasCellToForgetWeights = false; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1063 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1184 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1308 bool hasCellToForgetWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp42 bool hasCellToForgetWeights, in CreateLstmTfLiteModel()
566 bool hasCellToForgetWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp53 bool hasCellToForgetWeights, in CreateUnidirectionalSequenceLstmTfLiteModel()
597 bool hasCellToForgetWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp88 bool hasCellToForgetWeights = false; in LstmTest() local