Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp83 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmTest() local
232 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmTimeMajorTest() local
413 bool hasProjectionWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
557 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
708 bool hasProjectionWeights = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
832 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmInt8Test() local
954 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1074 bool hasProjectionWeights = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1195 bool hasProjectionWeights = false; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1319 bool hasProjectionWeights = 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.cpp99 bool hasProjectionWeights = false; in LstmTest() local