Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/
H A DConstTensorLayerVisitor.cpp599 ConstTensor inputToCellWeights( variable
681 ConstTensor inputToCellWeights( variable
762 ConstTensor inputToCellWeights( variable
866 ConstTensor inputToCellWeights( variable
971 ConstTensor inputToCellWeights( variable
1068 ConstTensor inputToCellWeights( variable
1198 ConstTensor inputToCellWeights( variable
1296 ConstTensor inputToCellWeights( variable
1394 ConstTensor inputToCellWeights( variable
1490 ConstTensor inputToCellWeights( variable
[all …]
/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp38 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmTest() local
187 …std::vector<float> inputToCellWeights = { -0.15782442688941956f, -0.027530014514923096f, 0.4789854… in UnidirectionalSequenceLstmTimeMajorTest() local
339 … std::vector<float> inputToCellWeights = { -0.04580283f, -0.09549462f, -0.032418985f, -0.06454633f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
515 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
657 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
804 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmInt8Test() local
926 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1046 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1168 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1288 … std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3, 2, 5, -4 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp33 const std::vector<T>& inputToCellWeights, in CreateLstmTfLiteModel()
557 const std::vector<T>& inputToCellWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp44const std::vector<T>& inputToCellWeights, in CreateUnidirectionalSequenceLstmTfLiteModel()
588 const std::vector<T>& inputToCellWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp48 std::vector<float> inputToCellWeights {-0.50013041f, 0.1370284f, 0.11810488f, 0.2013163f, in LstmTest() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp94 std::vector<float> inputToCellWeights = { -0.50013041f, 0.1370284f, 0.11810488f, 0.2013163f, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
292 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
481 …std::vector<float> inputToCellWeights = { -0.15782442688941956f, -0.027530014514923096f, 0.4789854… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
752 … std::vector<float> inputToCellWeights = { -0.04580283f, -0.09549462f, -0.032418985f, -0.06454633f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1002 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1233 std::vector<float> inputToCellWeights = { -0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1406 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmLayerInt8Test() local
1559 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1716 std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1896 … std::vector<int8_t> inputToCellWeights = { -2, 1, -2, 4, -3, -2, -4, 3, -2, -2, -6, 3, 2, 5, -4 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp224 std::vector<float> inputToCellWeights = { -0.50013041f, 0.1370284f, 0.11810488f, 0.2013163f, in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
456 …std::vector<float> inputToCellWeights = { -0.04580283f, -0.09549462f, -0.032418985f, -0.06454… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1064 std::vector<float> inputToCellWeights = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1331 std::vector<float> inputToCellWeights = {-0.4f, -0.3f, -0.2f, -0.1f, -0.5f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1590 std::vector<uint8_t> inputToCellWeights = {133, 34, 29, 49, 206, 109, 54, 183}; in QuantizedLstmTestImpl() local
1807 std::vector<int8_t> inputToCellWeights = in QLstmTestImpl() local
2052 std::vector<int8_t> inputToCellWeights = in QLstmTestImpl1() local
2315 std::vector<int8_t> inputToCellWeights = in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp720 auto inputToCellWeights = CreateConstTensorInfo(constants[i++]); //InputToCellWeights in SerializeLstmLayer() local
1526 auto inputToCellWeights = CreateConstTensorInfo(constants[i++]); //InputToCellWeights in SerializeQLstmLayer() local
1636 auto inputToCellWeights = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local
1699 auto inputToCellWeights = CreateConstTensorInfo(constants[i++]); //InputToCellWeights in SerializeUnidirectionalSequenceLstmLayer() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp161 std::vector<uint8_t> inputToCellWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp280 auto inputToCellWeights = GetInput(operation, operands, kInputToCellWeightsTensor); in prepare() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp3244 …armnn::ConstTensor inputToCellWeights = ToConstTensor(flatBufferInputParams->inputToCellWeights()); in ParseLstm() local
3383 …armnn::ConstTensor inputToCellWeights = ToConstTensor(flatBufferInputParams->inputToCellWeig… in ParseQLstm() local
3507 …armnn::ConstTensor inputToCellWeights = ToConstTensor(flatBufferInputParams->inputToCellWeights()); in ParseQuantizedLstm() local
3809 …armnn::ConstTensor inputToCellWeights = ToConstTensor(flatBufferInputParams->inputToCellWeights()); in ParseUnidirectionalSequenceLstm() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp638 const TensorInfo& inputToCellWeights in IsLayerConfigurationSupported() local
1417 const TensorInfo& inputToCellWeights in IsLayerConfigurationSupported() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4133 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local