/aosp_15_r20/external/armnn/delegate/test/ |
H A D | UnidirectionalSequenceLstmTest.cpp | 71 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmTest() local 220 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmTimeMajorTest() local 394 std::vector<float> cellToInputWeights = { 0.040369894f, 0.030746894f, 0.24704495f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local 545 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 696 std::vector<float> cellToInputWeights = { 0.05f, 0.1f, 0.25f, 0.15f, -0.02f }; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 820 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8Test() local 942 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8TimeMajorTest() local 1062 std::vector<int8_t> cellToInputWeights = { 5, 10, 25, 15 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local 1183 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local 1307 std::vector<int8_t> cellToInputWeights = { 5, 3, 8, -5, 2 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestHelper.hpp | 41 const std::vector<T>& cellToInputWeights, in CreateLstmTfLiteModel() 565 const std::vector<T>& cellToInputWeights, in LstmTestImpl()
|
H A D | UnidirectionalSequenceLstmTestHelper.hpp | 52 … const std::vector<T>& cellToInputWeights, in CreateUnidirectionalSequenceLstmTfLiteModel() 596 const std::vector<T>& cellToInputWeights, in UnidirectionalSequenceLstmTestImpl()
|
H A D | LstmTest.cpp | 87 std::vector<float> cellToInputWeights {}; in LstmTest() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 130 std::vector<float> cellToInputWeights = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 816 std::vector<float> cellToInputWeights = { 0.040369894f, 0.030746894f, 0.24704495f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local 1043 std::vector<float> cellToInputWeights { 0.05f, 0.1f, 0.25f, 0.15f, -0.02f }; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1729 std::vector<int8_t> cellToInputWeights = { 5, 10, 25, 15 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local 1916 std::vector<int8_t> cellToInputWeights = { 5, 3, 8, -5, 2 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestImpl.cpp | 260 std::vector<float> cellToInputWeights = {0., 0., 0., 0.}; in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 847 …std::vector<float> cellToInputWeights = {0.040369894f, 0.030746894f, 0.24704495f, 0.018586371f, … in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1369 std::vector<float> cellToInputWeights = {0.05f, 0.1f, 0.25f, 0.15f}; //{numUnits} in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
|
/aosp_15_r20/external/armnn/src/armnnSerializer/ |
H A D | Serializer.cpp | 734 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeLstmLayer() local 1548 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeQLstmLayer() local 1711 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeUnidirectionalSequenceLstmLayer() local
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 3265 armnn::ConstTensor cellToInputWeights; in ParseLstm() local 3432 armnn::ConstTensor cellToInputWeights; in ParseQLstm() local 3830 armnn::ConstTensor cellToInputWeights; in ParseUnidirectionalSequenceLstm() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 1116 ConstTensor cellToInputWeights( variable 1829 ConstTensor cellToInputWeights( variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 4143 ANeuralNetworksOperandType cellToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
|