Home
last modified time | relevance | path

Searched defs:projectionWeights (Results 1 – 9 of 9) sorted by relevance

/external/armnn/delegate/test/
DUnidirectionalSequenceLstmTest.cpp84 std::vector<float> projectionWeights; in UnidirectionalSequenceLstmTest() local
233 std::vector<float> projectionWeights; in UnidirectionalSequenceLstmTimeMajorTest() local
414 …std::vector<float> projectionWeights = { -0.009802181f, 0.09401916f, 0.0717386f, -0.13895074f, 0.0… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
558 std::vector<float> projectionWeights; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
709 std::vector<float> projectionWeights = { -0.1f, 0.2f, 0.01f, -0.2f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
833 std::vector<int8_t> projectionWeights; in UnidirectionalSequenceLstmInt8Test() local
955 std::vector<int8_t> projectionWeights; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1075 …std::vector<int8_t> projectionWeights = { -25, 51, 3, -5, 25, 127, 77, 20, 18, 51, -10, 51, -25, 8… in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1196 std::vector<int8_t> projectionWeights; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1320 std::vector<int8_t> projectionWeights = { -1, 2, 1, -2, 1, 5, 3, 8, 7, 2, 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.cpp100 std::vector<float> projectionWeights; in LstmTest() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DUnidirectionalSequenceLstmTestImpl.cpp825 …std::vector<float> projectionWeights = { -0.009802181f, 0.09401916f, 0.0717386f, -0.13895074f, 0.0… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1047 std::vector<float> projectionWeights{ -0.1f, 0.2f, 0.01f, -0.2f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1733 …std::vector<int8_t> projectionWeights = { -25, 51, 3, -5, 25, 127, 77, 20, 18, 51, -10, 51, -25, 8… in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1920 std::vector<int8_t> projectionWeights = { -1, 2, 1, -2, 1, 5, 3, 8, 7, 2, in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
DLstmTestImpl.cpp863 …std::vector<float> projectionWeights={-0.009802181f, 0.09401916f, 0.0717386f, -0.13895074f… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1375 std::vector<float> projectionWeights = {-0.1f, 0.2f, 0.01f, -0.2f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
2072 std::vector<int8_t> projectionWeights = {-25, 51, 3, -51, 25, 127, 77, 20, 18, 51, -102, 51}; in QLstmTestImpl1() local
2335 std::vector<int8_t> projectionWeights = {-25, 51, 3, -51, 25, 127, 77, 20, 18, 51, -102, 51}; in QLstmTestImpl2() local
/external/armnn/src/armnnSerializer/
DSerializer.cpp736 flatbuffers::Offset<serializer::ConstTensor> projectionWeights; in SerializeLstmLayer() local
1563 flatbuffers::Offset<serializer::ConstTensor> projectionWeights; in SerializeQLstmLayer() local
1713 flatbuffers::Offset<serializer::ConstTensor> projectionWeights; in SerializeUnidirectionalSequenceLstmLayer() local
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp1350 ConstTensor projectionWeights( variable
1448 ConstTensor projectionWeights( variable
2043 ConstTensor projectionWeights( variable
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp3280 armnn::ConstTensor projectionWeights; in ParseLstm() local
3419 armnn::ConstTensor projectionWeights; in ParseQLstm() local
3849 armnn::ConstTensor projectionWeights; in ParseUnidirectionalSequenceLstm() local