/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 623 ConstTensor recurrentToOutputWeights( variable 705 ConstTensor recurrentToOutputWeights( variable 786 ConstTensor recurrentToOutputWeights( variable 890 ConstTensor recurrentToOutputWeights( variable 995 ConstTensor recurrentToOutputWeights( variable 1092 ConstTensor recurrentToOutputWeights( variable 1222 ConstTensor recurrentToOutputWeights( variable 1320 ConstTensor recurrentToOutputWeights( variable 1418 ConstTensor recurrentToOutputWeights( variable 1514 ConstTensor recurrentToOutputWeights( variable [all …]
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | UnidirectionalSequenceLstmTest.cpp | 65 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmTest() local 214 …std::vector<float> recurrentToOutputWeights = { -0.079031050201f, 0.041414566286f, -0.583727357285… in UnidirectionalSequenceLstmTimeMajorTest() local 382 std::vector<float> recurrentToOutputWeights = { 0.025825322f, -0.05813119f, 0.09495884f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local 539 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 689 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 816 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmInt8Test() local 938 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmInt8TimeMajorTest() local 1058 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local 1179 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local 1302 std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestHelper.hpp | 39 const std::vector<T>& recurrentToOutputWeights, in CreateLstmTfLiteModel() 563 const std::vector<T>& recurrentToOutputWeights, in LstmTestImpl()
|
H A D | UnidirectionalSequenceLstmTestHelper.hpp | 50 … const std::vector<T>& recurrentToOutputWeights, in CreateUnidirectionalSequenceLstmTfLiteModel() 594 const std::vector<T>& recurrentToOutputWeights, in UnidirectionalSequenceLstmTestImpl()
|
H A D | LstmTest.cpp | 79 std::vector<float> recurrentToOutputWeights {0.43385774f, -0.17194885f, 0.2718237f, in LstmTest() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 123 std::vector<float> recurrentToOutputWeights = { 0.43385774f, -0.17194885f, 0.2718237f, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 317 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 506 …std::vector<float> recurrentToOutputWeights = { -0.079031050201f, 0.041414566286f, -0.583727357285… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 805 std::vector<float> recurrentToOutputWeights = { 0.025825322f, -0.05813119f, 0.09495884f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local 1037 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1253 …std::vector<float> recurrentToOutputWeights = { -0.32921677827f, 0.32624614238f, -0.1388191282f, -… in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 1412 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmLayerInt8Test() local 1565 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local 1722 …std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, -4, -1, -1, … in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local 1913 std::vector<int8_t> recurrentToOutputWeights = { -3, 3, -1, -2, -2, -2, -1, -5, 1, 3, in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local [all …]
|
H A D | LstmTestImpl.cpp | 253 std::vector<float> recurrentToOutputWeights = { 0.43385774f, -0.17194885f, 0.2718237f, in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 768 …std::vector<float> recurrentToOutputWeights = { 0.025825322f, -0.05813119f, 0.09495884f,-0.0459848… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1100 std::vector<float> recurrentToOutputWeights = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1364 std::vector<float> recurrentToOutputWeights = { 0.3f, -0.1f, 0.1f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1599 std::vector<uint8_t> recurrentToOutputWeights = in QuantizedLstmTestImpl() local 1816 std::vector<int8_t> recurrentToOutputWeights = in QLstmTestImpl() local 2060 …std::vector<int8_t> recurrentToOutputWeights = {38, -13, 13, -25, -64, -89, -25, -77, -13, -51, -8… in QLstmTestImpl1() local 2324 std::vector<int8_t> recurrentToOutputWeights = in QLstmTestImpl2() local
|
/aosp_15_r20/external/armnn/src/armnnSerializer/ |
H A D | Serializer.cpp | 724 … auto recurrentToOutputWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToOutputWeights in SerializeLstmLayer() local 1530 … auto recurrentToOutputWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToOutputWeights in SerializeQLstmLayer() local 1642 auto recurrentToOutputWeights = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local 1703 … auto recurrentToOutputWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToOutputWeights in SerializeUnidirectionalSequenceLstmLayer() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | QuantizedLSTMTest.cpp | 166 std::vector<uint8_t> recurrentToOutputWeights, in setWeightsAndBiases()
|
D | QuantizedLSTM.cpp | 290 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare() local
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 3248 …armnn::ConstTensor recurrentToOutputWeights = ToConstTensor(flatBufferInputParams->recurrentToOutp… in ParseLstm() local 3387 …armnn::ConstTensor recurrentToOutputWeights = ToConstTensor(flatBufferInputParams->recurrentToOutp… in ParseQLstm() local 3512 …armnn::ConstTensor recurrentToOutputWeights = ToConstTensor(flatBufferInputParams->recurrentToOutp… in ParseQuantizedLstm() local 3813 …armnn::ConstTensor recurrentToOutputWeights = ToConstTensor(flatBufferInputParams->recurrentToOutp… in ParseUnidirectionalSequenceLstm() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadFactory.cpp | 646 const TensorInfo& recurrentToOutputWeights in IsLayerConfigurationSupported() local 1425 const TensorInfo& recurrentToOutputWeights in IsLayerConfigurationSupported() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 4142 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
|