Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp74 bool hasCellToOutputWeights = false; in UnidirectionalSequenceLstmTest() local
223 bool hasCellToOutputWeights = false; in UnidirectionalSequenceLstmTimeMajorTest() local
399 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
548 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
699 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
823 bool hasCellToOutputWeights = false; in UnidirectionalSequenceLstmInt8Test() local
945 bool hasCellToOutputWeights = false; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1065 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1186 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1310 bool hasCellToOutputWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp44 bool hasCellToOutputWeights, in CreateLstmTfLiteModel()
568 bool hasCellToOutputWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
599 bool hasCellToOutputWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp90 bool hasCellToOutputWeights = false; in LstmTest() local