/aosp_15_r20/external/armnn/delegate/test/ |
H A D | UnidirectionalSequenceLstmTest.cpp | 89 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmTest() local 238 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmTimeMajorTest() local 425 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local 563 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 718 std::vector<float> inputLayerNormWeights = { 0.1f, 0.2f, 0.3f, 0.5f, 0.8f }; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 838 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmInt8Test() local 960 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmInt8TimeMajorTest() local 1080 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local 1201 std::vector<float> inputLayerNormWeights; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local 1326 std::vector<float> inputLayerNormWeights = { 0.1f, 0.2f, -0.3f, -0.1f, 0.5f }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestHelper.hpp | 25 std::vector<char> CreateLstmTfLiteModel(tflite::TensorType tensorType, in CreateLstmTfLiteModel() 548 void LstmTestImpl(std::vector<armnn::BackendId>& backends, in LstmTestImpl()
|
H A D | UnidirectionalSequenceLstmTestHelper.hpp | 35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel() 578 void UnidirectionalSequenceLstmTestImpl(std::vector<armnn::BackendId>& backends, in UnidirectionalSequenceLstmTestImpl()
|
H A D | LstmTest.cpp | 105 std::vector<float> inputLayerNormWeights; in LstmTest() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Lstm.cpp | 13 void LstmImpl(const LstmDescriptor& descriptor, in LstmImpl()
|
H A D | RefLstmWorkload.cpp | 150 std::unique_ptr<Decoder<float>> inputLayerNormWeights; in Execute() local
|
H A D | RefUnidirectionalSequenceLstmWorkload.cpp | 181 std::unique_ptr<Decoder<float>> inputLayerNormWeights; in Execute() local
|
/aosp_15_r20/external/armnn/src/armnnSerializer/ |
H A D | Serializer.cpp | 740 flatbuffers::Offset<serializer::ConstTensor> inputLayerNormWeights; in SerializeLstmLayer() local 1573 flatbuffers::Offset<serializer::ConstTensor> inputLayerNormWeights; in SerializeQLstmLayer() local 1717 flatbuffers::Offset<serializer::ConstTensor> inputLayerNormWeights; in SerializeUnidirectionalSequenceLstmLayer() local
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 3302 armnn::ConstTensor inputLayerNormWeights; in ParseLstm() local 3452 armnn::ConstTensor inputLayerNormWeights; in ParseQLstm() local 3871 armnn::ConstTensor inputLayerNormWeights; in ParseUnidirectionalSequenceLstm() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 1055 std::vector<float> inputLayerNormWeights{ 0.1f, 0.2f, 0.3f, 0.5f, 0.8f }; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1925 std::vector<float> inputLayerNormWeights = { 0.1f, 0.2f, -0.3f, -0.1f, 0.5f }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
|
H A D | LstmTestImpl.cpp | 1381 std::vector<float> inputLayerNormWeights = {0.1f, 0.2f, 0.3f, 0.5f}; //{numUnits} in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 2067 std::vector<int16_t> inputLayerNormWeights = {3277, 6553, 9830, 16384}; in QLstmTestImpl1() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 2163 ConstTensor inputLayerNormWeights( variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 2765 ANeuralNetworksOperandType inputLayerNormWeights = floatTensor1D; in lstmTestV1_2() local 4204 ANeuralNetworksOperandType inputLayerNormWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
|