Home
last modified time | relevance | path

Searched defs:recurrentToOutputWeights (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/
H A DConstTensorLayerVisitor.cpp623 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 DUnidirectionalSequenceLstmTest.cpp65 …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 DLstmTestHelper.hpp39 const std::vector<T>& recurrentToOutputWeights, in CreateLstmTfLiteModel()
563 const std::vector<T>& recurrentToOutputWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp50const std::vector<T>& recurrentToOutputWeights, in CreateUnidirectionalSequenceLstmTfLiteModel()
594 const std::vector<T>& recurrentToOutputWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp79 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 DUnidirectionalSequenceLstmTestImpl.cpp123 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 DLstmTestImpl.cpp253 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 DSerializer.cpp724 … 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/
DQuantizedLSTMTest.cpp166 std::vector<uint8_t> recurrentToOutputWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp290 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp3248 …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 DWorkloadFactory.cpp646 const TensorInfo& recurrentToOutputWeights in IsLayerConfigurationSupported() local
1425 const TensorInfo& recurrentToOutputWeights in IsLayerConfigurationSupported() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4142 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local