Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp75 std::vector<float> cellToOutputWeights; in UnidirectionalSequenceLstmTest() local
224 std::vector<float> cellToOutputWeights; in UnidirectionalSequenceLstmTimeMajorTest() local
400 std::vector<float> cellToOutputWeights = { 0.08286371f, -0.08261836f, -0.51210177f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
549 … std::vector<float> cellToOutputWeights = {-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
700 std::vector<float> cellToOutputWeights = { 0.1f, -0.1f, -0.5f, 0.05f, 0.01f }; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
824 std::vector<int8_t> cellToOutputWeights; in UnidirectionalSequenceLstmInt8Test() local
946 std::vector<int8_t> cellToOutputWeights; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1066 std::vector<int8_t> cellToOutputWeights = { 10, -10, -5, 50 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1187 std::vector<int8_t> cellToOutputWeights = { -17, 82, 85, -77 }; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1311 std::vector<int8_t> cellToOutputWeights = { 9, -10 , -5, 5, 1 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp45 const std::vector<T>& cellToOutputWeights, in CreateLstmTfLiteModel()
569 const std::vector<T>& cellToOutputWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp35 std::vector<char> CreateUnidirectionalSequenceLstmTfLiteModel(tflite::TensorType tensorType, in CreateUnidirectionalSequenceLstmTfLiteModel()
600 const std::vector<T>& cellToOutputWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp91 std::vector<float> cellToOutputWeights {}; in LstmTest() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp822 std::vector<float> cellToOutputWeights = { 0.08286371f, -0.08261836f, -0.51210177f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1045 std::vector<float> cellToOutputWeights { 0.1f, -0.1f, -0.5f, 0.05f, 0.01f }; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1260 std::vector<float> cellToOutputWeights{ -0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f }; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1731 std::vector<int8_t> cellToOutputWeights = { 10, -10, -5, 50 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1918 std::vector<int8_t> cellToOutputWeights = { 9, -10 , -5, 5, 1 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
2108 std::vector<int8_t> cellToOutputWeights = { -17, 82, 85, -77 }; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
H A DLstmTestImpl.cpp858 …std::vector<float> cellToOutputWeights = { 0.08286371f, -0.08261836f, -0.51210177f, 0.002913762f,… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1108 std::vector<float> cellToOutputWeights = {-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1373 std::vector<float> cellToOutputWeights = {0.1f, -0.1f, -0.5f, 0.05f}; //{numUnits} in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DConstTensorLayerVisitor.cpp1025 ConstTensor cellToOutputWeights( variable
1128 ConstTensor cellToOutputWeights( variable
1252 ConstTensor cellToOutputWeights( variable
1841 ConstTensor cellToOutputWeights( variable
1948 ConstTensor cellToOutputWeights( variable
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp739 flatbuffers::Offset<serializer::ConstTensor> cellToOutputWeights; in SerializeLstmLayer() local
1550 flatbuffers::Offset<serializer::ConstTensor> cellToOutputWeights; in SerializeQLstmLayer() local
1716 flatbuffers::Offset<serializer::ConstTensor> cellToOutputWeights; in SerializeUnidirectionalSequenceLstmLayer() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp3292 armnn::ConstTensor cellToOutputWeights; in ParseLstm() local
3434 armnn::ConstTensor cellToOutputWeights; in ParseQLstm() local
3861 armnn::ConstTensor cellToOutputWeights; in ParseUnidirectionalSequenceLstm() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4149 ANeuralNetworksOperandType cellToOutputWeights = cellToInputWeights; in unidirectionalSequenceLSTMTest() local