Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/
H A DConstTensorLayerVisitor.cpp593 ConstTensor inputToForgetWeights( variable
675 ConstTensor inputToForgetWeights( variable
756 ConstTensor inputToForgetWeights( variable
860 ConstTensor inputToForgetWeights( variable
965 ConstTensor inputToForgetWeights( variable
1062 ConstTensor inputToForgetWeights( variable
1192 ConstTensor inputToForgetWeights( variable
1290 ConstTensor inputToForgetWeights( variable
1388 ConstTensor inputToForgetWeights( variable
1484 ConstTensor inputToForgetWeights( variable
[all …]
/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp33 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmTest() local
182 …std::vector<float> inputToForgetWeights = { -0.2667974531650543f, -0.05505800247192383f, -0.209323… in UnidirectionalSequenceLstmTimeMajorTest() local
332 …std::vector<float> inputToForgetWeights = { -0.0018401089f, -0.004852237f, 0.03698424f, 0.01418170… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
510 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
651 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
802 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmInt8Test() local
924 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1044 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1166 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1286 …std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1, -3, -2, -4… in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp32 const std::vector<T>& inputToForgetWeights, in CreateLstmTfLiteModel()
556 const std::vector<T>& inputToForgetWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp43const std::vector<T>& inputToForgetWeights, in CreateUnidirectionalSequenceLstmTfLiteModel()
587 const std::vector<T>& inputToForgetWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp44 std::vector<float> inputToForgetWeights {0.09701663f, 0.20334584f, -0.50592935f, in LstmTest() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp90 std::vector<float> inputToForgetWeights = { 0.09701663f, 0.20334584f, -0.50592935f, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
287 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
476 …std::vector<float> inputToForgetWeights = { -0.2667974531650543f, -0.05505800247192383f, -0.209323… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
745 …std::vector<float> inputToForgetWeights = { -0.0018401089f, -0.004852237f, 0.03698424f, 0.01418170… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
996 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1228 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1405 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmLayerInt8Test() local
1558 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1715 std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1895 …std::vector<int8_t> inputToForgetWeights = { 2, 1, 4, -4, 3, -1, -3, -2, -3, 1, -4, -1, -3, -2, -4… in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp220 std::vector<float> inputToForgetWeights = { 0.09701663f, 0.20334584f, -0.50592935f, in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
435 …std::vector<float> inputToForgetWeights = {-0.0018401089f, -0.004852237f,0.03698424f, 0.014181704f… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1070 std::vector<float> inputToForgetWeights = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1326 std::vector<float> inputToForgetWeights = { -0.6f, -0.1f, 0.3f, 0.2f, 0.9f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1589 std::vector<uint8_t> inputToForgetWeights = {24, 50, 132, 179, 158, 110, 3, 169}; in QuantizedLstmTestImpl() local
1805 std::vector<int8_t> inputToForgetWeights = in QLstmTestImpl() local
2050 std::vector<int8_t> inputToForgetWeights = in QLstmTestImpl1() local
2313 std::vector<int8_t> inputToForgetWeights = in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp719 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeLstmLayer() local
1525 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeQLstmLayer() local
1635 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local
1698 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeUnidirectionalSequenceLstmLayer() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp160 std::vector<uint8_t> inputToForgetWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp279 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp3243 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseLstm() local
3382 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWe… in ParseQLstm() local
3506 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseQuantizedLstm() local
3808 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseUnidirectionalSequenceLstm() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp636 const TensorInfo& inputToForgetWeights in IsLayerConfigurationSupported() local
1415 const TensorInfo& inputToForgetWeights in IsLayerConfigurationSupported() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4132 ANeuralNetworksOperandType inputToForgetWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local