Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp89 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 DLstmTestHelper.hpp25 std::vector<char> CreateLstmTfLiteModel(tflite::TensorType tensorType, in CreateLstmTfLiteModel()
548 void LstmTestImpl(std::vector<armnn::BackendId>& backends, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
578 void UnidirectionalSequenceLstmTestImpl(std::vector<armnn::BackendId>& backends, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp105 std::vector<float> inputLayerNormWeights; in LstmTest() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp13 void LstmImpl(const LstmDescriptor& descriptor, in LstmImpl()
H A DRefLstmWorkload.cpp150 std::unique_ptr<Decoder<float>> inputLayerNormWeights; in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp181 std::unique_ptr<Decoder<float>> inputLayerNormWeights; in Execute() local
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp740 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 DDeserializer.cpp3302 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 DUnidirectionalSequenceLstmTestImpl.cpp1055 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 DLstmTestImpl.cpp1381 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 DConstTensorLayerVisitor.cpp2163 ConstTensor inputLayerNormWeights( variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp2765 ANeuralNetworksOperandType inputLayerNormWeights = floatTensor1D; in lstmTestV1_2() local
4204 ANeuralNetworksOperandType inputLayerNormWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local