Home
last modified time | relevance | path

Searched defs:outputGateBias (Results 1 – 10 of 10) sorted by relevance

/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp641 ConstTensor outputGateBias( variable
723 ConstTensor outputGateBias( variable
804 ConstTensor outputGateBias( variable
908 ConstTensor outputGateBias( variable
1013 ConstTensor outputGateBias( variable
1110 ConstTensor outputGateBias( variable
1240 ConstTensor outputGateBias( variable
1338 ConstTensor outputGateBias( variable
1436 ConstTensor outputGateBias( variable
1532 ConstTensor outputGateBias( variable
[all …]
/external/armnn/delegate/test/
DUnidirectionalSequenceLstmTest.cpp81 std::vector<float> outputGateBias = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmTest() local
230 std::vector<float> outputGateBias = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmTimeMajorTest() local
410 std::vector<float> outputGateBias = { 0.046159424f, -0.0012809046f, 0.03563469f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
555 std::vector<float> outputGateBias = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
706 std::vector<float> outputGateBias = { 0.05f, -0.01f, 0.2f, 0.1f, -0.2f }; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
830 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmInt8Test() local
952 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1072 std::vector<float> outputGateBias = { 0.046159424f, -0.12809046f, 0.03563469f, 0.12648113f }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1193 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1317 std::vector<float> outputGateBias = { 0.05f, -0.01f, 0.2f, 0.1f, -0.2f }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
578 void UnidirectionalSequenceLstmTestImpl(std::vector<armnn::BackendId>& backends, in UnidirectionalSequenceLstmTestImpl()
DLstmTestHelper.hpp25 std::vector<char> CreateLstmTfLiteModel(tflite::TensorType tensorType, in CreateLstmTfLiteModel()
548 void LstmTestImpl(std::vector<armnn::BackendId>& backends, in LstmTestImpl()
DLstmTest.cpp97 std::vector<float> outputGateBias {0., 0., 0., 0.}; in LstmTest() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DUnidirectionalSequenceLstmTestImpl.cpp138 std::vector<float> outputGateBias = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
328 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
517 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
775 std::vector<float> outputGateBias = { 0.046159424f, -0.0012809046f, 0.03563469f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1017 std::vector<float> outputGateBias{ 0.05f, -0.01f, 0.2f, 0.1f, -0.2f }; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1266 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1417 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmLayerInt8Test() local
1571 std::vector<float> outputGateBias = { 0., 0., 0., 0. }; in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1727 std::vector<float> outputGateBias = { 0.046159424f, -0.12809046f, 0.03563469f, 0.12648113f }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1902 std::vector<float> outputGateBias = { 0.05f, -0.01f, 0.2f, 0.1f, -0.2f }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
DLstmTestImpl.cpp268 std::vector<float> outputGateBias = {0., 0., 0., 0.}; in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
520 …std::vector<float> outputGateBias ={0.046159424f, -0.0012809046f, 0.03563469f, 0.12648113f, 0.027… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1084 std::vector<float> outputGateBias = {0.f, 0.f, 0.f, 0.f}; in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1347 std::vector<float> outputGateBias = {0.05f, -0.01f, 0.2f, 0.1f}; //{numUnits} in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1605 std::vector<int32_t> outputGateBias = {-58999, -17050, -41852, -40538}; in QuantizedLstmTestImpl() local
1821 std::vector<int32_t> outputGateBias = {1073742, -214748, 4294968, 2147484}; in QLstmTestImpl() local
2065 std::vector<int32_t> outputGateBias = {1073742, -214748, 4294968, 2147484}; in QLstmTestImpl1() local
2329 std::vector<int32_t> outputGateBias = {1073742, -214748, 4294968, 2147484}; in QLstmTestImpl2() local
/external/armnn/src/armnnSerializer/
DSerializer.cpp727 auto outputGateBias = CreateConstTensorInfo(constants[i++]); //OutputGateBias in SerializeLstmLayer() local
1533 auto outputGateBias = CreateConstTensorInfo(constants[i++]); //OutputGateBias in SerializeQLstmLayer() local
1647 auto outputGateBias = CreateConstTensorInfo(constants[i++]); in SerializeQuantizedLstmLayer() local
1706 auto outputGateBias = CreateConstTensorInfo(constants[i++]); //OutputGateBias in SerializeUnidirectionalSequenceLstmLayer() local
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp3251 armnn::ConstTensor outputGateBias = ToConstTensor(flatBufferInputParams->outputGateBias()); in ParseLstm() local
3390 …armnn::ConstTensor outputGateBias = ToConstTensor(flatBufferInputParams->outputGateBias(… in ParseQLstm() local
3516 armnn::ConstTensor outputGateBias = ToConstTensor(flatBufferInputParams->outputGateBias()); in ParseQuantizedLstm() local
3816 armnn::ConstTensor outputGateBias = ToConstTensor(flatBufferInputParams->outputGateBias()); in ParseUnidirectionalSequenceLstm() local
/external/armnn/src/backends/backendsCommon/
DWorkloadFactory.cpp652 const TensorInfo& outputGateBias in IsLayerConfigurationSupported() local
1431 const TensorInfo& outputGateBias in IsLayerConfigurationSupported() local