/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 617 ConstTensor recurrentToCellWeights( variable 699 ConstTensor recurrentToCellWeights( variable 780 ConstTensor recurrentToCellWeights( variable 884 ConstTensor recurrentToCellWeights( variable 989 ConstTensor recurrentToCellWeights( variable 1086 ConstTensor recurrentToCellWeights( variable 1216 ConstTensor recurrentToCellWeights( variable 1314 ConstTensor recurrentToCellWeights( variable 1412 ConstTensor recurrentToCellWeights( variable 1508 ConstTensor recurrentToCellWeights( variable [all …]
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | UnidirectionalSequenceLstmTest.cpp | 60 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmTest() local 209 …std::vector<float> recurrentToCellWeights = { 0.0433832928545f, 0.07587072294f, -0.120520234107f, … in UnidirectionalSequenceLstmTimeMajorTest() local 373 …std::vector<float> recurrentToCellWeights = { -0.037322544f, 0.018592842f, 0.0056175636f, -0.06253… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local 534 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 683 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 814 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmInt8Test() local 936 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmInt8TimeMajorTest() local 1056 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local 1177 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local 1299 std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestHelper.hpp | 38 const std::vector<T>& recurrentToCellWeights, in CreateLstmTfLiteModel() 562 const std::vector<T>& recurrentToCellWeights, in LstmTestImpl()
|
H A D | UnidirectionalSequenceLstmTestHelper.hpp | 49 … const std::vector<T>& recurrentToCellWeights, in CreateUnidirectionalSequenceLstmTfLiteModel() 593 const std::vector<T>& recurrentToCellWeights, in UnidirectionalSequenceLstmTestImpl()
|
H A D | LstmTest.cpp | 72 std::vector<float> recurrentToCellWeights {-0.3407414f, 0.24443203f, -0.2078532f, in LstmTest() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 116 std::vector<float> recurrentToCellWeights = { -0.3407414f, 0.24443203f, -0.2078532f, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 312 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 501 …std::vector<float> recurrentToCellWeights = { 0.0433832928545f, 0.07587072294f, -0.120520234107f, … in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 787 …std::vector<float> recurrentToCellWeights = { -0.037322544f, 0.018592842f, 0.0056175636f, -0.06253… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local 1031 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1248 …std::vector<float> recurrentToCellWeights = { -0.21938985582f, -0.3023648226f, -0.1170005202f, -0.… in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 1411 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmLayerInt8Test() local 1564 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local 1721 …std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, 1, 2, 3, -2, 3,… in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local 1910 std::vector<int8_t> recurrentToCellWeights = { -2, -3, -1, -3, -4, 2, 1, -1, 2, 2, in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local [all …]
|
H A D | LstmTestImpl.cpp | 246 std::vector<float> recurrentToCellWeights = { -0.3407414f, 0.24443203f, -0.2078532f, in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 687 …std::vector<float> recurrentToCellWeights = { -0.037322544f, 0.018592842f, 0.0056175636f, -0.… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1086 std::vector<float> recurrentToCellWeights = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1354 std::vector<float> recurrentToCellWeights = {-0.3f, 0.2f, 0.1f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1597 std::vector<uint8_t> recurrentToCellWeights = in QuantizedLstmTestImpl() local 1814 std::vector<int8_t> recurrentToCellWeights = in QLstmTestImpl() local 2059 …std::vector<int8_t> recurrentToCellWeights = {-38, 25, 13, -38, 102, -10, -25, 38, 102, -77, -13… in QLstmTestImpl1() local 2322 std::vector<int8_t> recurrentToCellWeights = in QLstmTestImpl2() local
|
/aosp_15_r20/external/armnn/src/armnnSerializer/ |
H A D | Serializer.cpp | 723 auto recurrentToCellWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToCellWeights in SerializeLstmLayer() local 1529 auto recurrentToCellWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToCellWeights in SerializeQLstmLayer() local 1641 auto recurrentToCellWeights = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local 1702 auto recurrentToCellWeights = CreateConstTensorInfo(constants[i++]); //RecurrentToCellWeights in SerializeUnidirectionalSequenceLstmLayer() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | QuantizedLSTMTest.cpp | 165 std::vector<uint8_t> recurrentToCellWeights, in setWeightsAndBiases()
|
D | QuantizedLSTM.cpp | 289 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare() local
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 3247 …armnn::ConstTensor recurrentToCellWeights = ToConstTensor(flatBufferInputParams->recurrentToCellWe… in ParseLstm() local 3386 …armnn::ConstTensor recurrentToCellWeights = ToConstTensor(flatBufferInputParams->recurrentToCell… in ParseQLstm() local 3511 …armnn::ConstTensor recurrentToCellWeights = ToConstTensor(flatBufferInputParams->recurrentToCellWe… in ParseQuantizedLstm() local 3812 …armnn::ConstTensor recurrentToCellWeights = ToConstTensor(flatBufferInputParams->recurrentToCellWe… in ParseUnidirectionalSequenceLstm() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadFactory.cpp | 644 const TensorInfo& recurrentToCellWeights in IsLayerConfigurationSupported() local 1423 const TensorInfo& recurrentToCellWeights in IsLayerConfigurationSupported() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 4141 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
|