Home
last modified time | relevance | path

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

/external/armnn/delegate/test/
DUnidirectionalSequenceLstmTest.cpp108 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmTest() local
257 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmTimeMajorTest() local
445 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
582 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
737 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
858 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmInt8Test() local
980 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1100 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1221 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1346 float clippingThresCell = 10.f; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
578 void UnidirectionalSequenceLstmTestImpl(std::vector<armnn::BackendId>& backends, in UnidirectionalSequenceLstmTestImpl()
DLstmTestHelper.hpp25 std::vector<char> CreateLstmTfLiteModel(tflite::TensorType tensorType, in CreateLstmTfLiteModel()
548 void LstmTestImpl(std::vector<armnn::BackendId>& backends, in LstmTestImpl()
DLstmTest.cpp118 float clippingThresCell = 0.f; in LstmTest() local