Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp77 bool hasInputGateBias = true; in UnidirectionalSequenceLstmTest() local
226 bool hasInputGateBias = true; in UnidirectionalSequenceLstmTimeMajorTest() local
403 bool hasInputGateBias = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
551 bool hasInputGateBias = false; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
702 bool hasInputGateBias = true; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
826 bool hasInputGateBias = true; in UnidirectionalSequenceLstmInt8Test() local
948 bool hasInputGateBias = true; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1068 bool hasInputGateBias = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1189 bool hasInputGateBias = false; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1313 bool hasInputGateBias = true; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp46 bool hasInputGateBias, in CreateLstmTfLiteModel()
570 bool hasInputGateBias, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
601 bool hasInputGateBias, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp93 bool hasInputGateBias = true; in LstmTest() local