/external/armnn/delegate/test/ |
D | UnidirectionalSequenceLstmTest.cpp | 33 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmTest() local 121 inputToForgetWeights, in UnidirectionalSequenceLstmTest() 182 …std::vector<float> inputToForgetWeights = { -0.2667974531650543f, -0.05505800247192383f, -0.209323… in UnidirectionalSequenceLstmTimeMajorTest() local 270 inputToForgetWeights, in UnidirectionalSequenceLstmTimeMajorTest() 332 …std::vector<float> inputToForgetWeights = { -0.0018401089f, -0.004852237f, 0.03698424f, 0.01418170… in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local 458 inputToForgetWeights, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() 510 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 595 inputToForgetWeights, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() 651 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 750 inputToForgetWeights, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() [all …]
|
D | LstmTest.cpp | 44 std::vector<float> inputToForgetWeights {0.09701663f, 0.20334584f, -0.50592935f, in LstmTest() local 129 inputToForgetWeights, in LstmTest()
|
D | LstmTestHelper.hpp | 32 const std::vector<T>& inputToForgetWeights, in CreateLstmTfLiteModel() argument 135 … flatBufferBuilder.CreateVector(reinterpret_cast<const uint8_t *>(inputToForgetWeights.data()), in CreateLstmTfLiteModel() 136 sizeof(T) * inputToForgetWeights.size()))); in CreateLstmTfLiteModel() 556 const std::vector<T>& inputToForgetWeights, in LstmTestImpl() argument 602 inputToForgetWeights, in LstmTestImpl()
|
D | UnidirectionalSequenceLstmTestHelper.hpp | 43 … const std::vector<T>& inputToForgetWeights, in CreateUnidirectionalSequenceLstmTfLiteModel() argument 158 reinterpret_cast<const uint8_t*>(inputToForgetWeights.data()), in CreateUnidirectionalSequenceLstmTfLiteModel() 159 sizeof(T) * inputToForgetWeights.size()))); in CreateUnidirectionalSequenceLstmTfLiteModel() 587 const std::vector<T>& inputToForgetWeights, in UnidirectionalSequenceLstmTestImpl() argument 636 … inputToForgetWeights, in UnidirectionalSequenceLstmTestImpl()
|
/external/armnn/src/armnn/test/ |
D | ConstTensorLayerVisitor.cpp | 593 ConstTensor inputToForgetWeights( variable 646 params.m_InputToForgetWeights = &inputToForgetWeights; 675 ConstTensor inputToForgetWeights( variable 728 params.m_InputToForgetWeights = &inputToForgetWeights; 756 ConstTensor inputToForgetWeights( variable 827 params.m_InputToForgetWeights = &inputToForgetWeights; 860 ConstTensor inputToForgetWeights( variable 931 params.m_InputToForgetWeights = &inputToForgetWeights; 965 ConstTensor inputToForgetWeights( variable 1030 params.m_InputToForgetWeights = &inputToForgetWeights; [all …]
|
/external/armnn/src/armnnSerializer/test/ |
D | LstmSerializationTests.cpp | 195 armnn::ConstTensor inputToForgetWeights(inputWeightsInfo1, inputToForgetWeightsData); 230 params.m_InputToForgetWeights = &inputToForgetWeights; 312 armnn::ConstTensor inputToForgetWeights(tensorInfo20x5, inputToForgetWeightsData); 364 params.m_InputToForgetWeights = &inputToForgetWeights; 459 armnn::ConstTensor inputToForgetWeights(tensorInfo20x5, inputToForgetWeightsData); 523 params.m_InputToForgetWeights = &inputToForgetWeights; 1244 armnn::ConstTensor inputToForgetWeights(tensorInfo20x5, inputToForgetWeightsData); 1296 params.m_InputToForgetWeights = &inputToForgetWeights; 1468 armnn::ConstTensor inputToForgetWeights(inputToForgetWeightsInfo, inputToForgetWeightsData); 1564 params.m_InputToForgetWeights = &inputToForgetWeights; [all …]
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | UnidirectionalSequenceLstmTestImpl.cpp | 90 std::vector<float> inputToForgetWeights = { 0.09701663f, 0.20334584f, -0.50592935f, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 155 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 287 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 344 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in UnidirectionalSequenceLstmLayerFloat32TestImpl() 476 …std::vector<float> inputToForgetWeights = { -0.2667974531650543f, -0.05505800247192383f, -0.209323… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 533 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 745 …std::vector<float> inputToForgetWeights = { -0.0018401089f, -0.004852237f, 0.03698424f, 0.01418170… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local 853 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() 996 std::vector<float> inputToForgetWeights = { 0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1084 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() [all …]
|
D | LstmTestImpl.cpp | 220 std::vector<float> inputToForgetWeights = { 0.09701663f, 0.20334584f, -0.50592935f, in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 285 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 435 …std::vector<float> inputToForgetWeights = {-0.0018401089f, -0.004852237f,0.03698424f, 0.014181704f… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 949 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1070 std::vector<float> inputToForgetWeights = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1126 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() 1326 std::vector<float> inputToForgetWeights = { -0.6f, -0.1f, 0.3f, 0.2f, 0.9f, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1414 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() 1589 std::vector<uint8_t> inputToForgetWeights = {24, 50, 132, 179, 158, 110, 3, 169}; in QuantizedLstmTestImpl() local 1625 AllocateAndCopyDataToITensorHandle(&inputToForgetWeightsTensor, inputToForgetWeights.data()); in QuantizedLstmTestImpl() [all …]
|
/external/armnn/src/armnnSerializer/ |
D | ArmnnSchema.fbs | 799 inputToForgetWeights:ConstTensor; 844 inputToForgetWeights:ConstTensor; 903 inputToForgetWeights:ConstTensor;
|
D | Serializer.cpp | 719 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeLstmLayer() local 781 inputToForgetWeights, in SerializeLstmLayer() 1525 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeQLstmLayer() local 1591 inputToForgetWeights, in SerializeQLstmLayer() 1635 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local 1652 inputToForgetWeights, in SerializeQuantizedLstmLayer() 1698 auto inputToForgetWeights = CreateConstTensorInfo(constants[i++]); //InputToForgetWeights in SerializeUnidirectionalSequenceLstmLayer() local 1758 inputToForgetWeights, in SerializeUnidirectionalSequenceLstmLayer()
|
/external/armnn/src/armnnDeserializer/ |
D | Deserializer.cpp | 3243 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseLstm() local 3253 lstmInputParams.m_InputToForgetWeights = &inputToForgetWeights; in ParseLstm() 3382 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWe… in ParseQLstm() local 3392 qLstmInputParams.m_InputToForgetWeights = &inputToForgetWeights; in ParseQLstm() 3506 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseQuantizedLstm() local 3519 lstmInputParams.m_InputToForgetWeights = &inputToForgetWeights; in ParseQuantizedLstm() 3808 …armnn::ConstTensor inputToForgetWeights = ToConstTensor(flatBufferInputParams->inputToForgetWeight… in ParseUnidirectionalSequenceLstm() local 3818 lstmInputParams.m_InputToForgetWeights = &inputToForgetWeights; in ParseUnidirectionalSequenceLstm()
|
/external/armnn/src/backends/backendsCommon/ |
D | WorkloadFactory.cpp | 636 const TensorInfo& inputToForgetWeights in IsLayerConfigurationSupported() local 657 paramsInfo.m_InputToForgetWeights = &inputToForgetWeights; in IsLayerConfigurationSupported() 1415 const TensorInfo& inputToForgetWeights in IsLayerConfigurationSupported() local 1436 paramsInfo.m_InputToForgetWeights = &inputToForgetWeights; in IsLayerConfigurationSupported()
|
/external/armnn/generated/ |
D | ArmnnSchema_generated.h | 8155 const armnnSerializer::ConstTensor *inputToForgetWeights() const { 8221 verifier.VerifyTable(inputToForgetWeights()) && 8270 … add_inputToForgetWeights(flatbuffers::Offset<armnnSerializer::ConstTensor> inputToForgetWeights) { 8271 fbb_.AddOffset(LstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights); 8346 flatbuffers::Offset<armnnSerializer::ConstTensor> inputToForgetWeights = 0, 8388 builder_.add_inputToForgetWeights(inputToForgetWeights); 8582 const armnnSerializer::ConstTensor *inputToForgetWeights() const { 8648 verifier.VerifyTable(inputToForgetWeights()) && 8697 … add_inputToForgetWeights(flatbuffers::Offset<armnnSerializer::ConstTensor> inputToForgetWeights) { 8698 fbb_.AddOffset(QLstmInputParams::VT_INPUTTOFORGETWEIGHTS, inputToForgetWeights); [all …]
|