Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DUnidirectionalSequenceLstmTest.cpp71 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmTest() local
220 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmTimeMajorTest() local
394 std::vector<float> cellToInputWeights = { 0.040369894f, 0.030746894f, 0.24704495f, in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionTest() local
545 std::vector<float> cellToInputWeights; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
696 std::vector<float> cellToInputWeights = { 0.05f, 0.1f, 0.25f, 0.15f, -0.02f }; in UnidirectionalSequenceLstmNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
820 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8Test() local
942 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8TimeMajorTest() local
1062 std::vector<int8_t> cellToInputWeights = { 5, 10, 25, 15 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionTest() local
1183 std::vector<int8_t> cellToInputWeights; in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
1307 std::vector<int8_t> cellToInputWeights = { 5, 3, 8, -5, 2 }; in UnidirectionalSequenceLstmInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestHelper.hpp41 const std::vector<T>& cellToInputWeights, in CreateLstmTfLiteModel()
565 const std::vector<T>& cellToInputWeights, in LstmTestImpl()
H A DUnidirectionalSequenceLstmTestHelper.hpp52const std::vector<T>& cellToInputWeights, in CreateUnidirectionalSequenceLstmTfLiteModel()
596 const std::vector<T>& cellToInputWeights, in UnidirectionalSequenceLstmTestImpl()
H A DLstmTest.cpp87 std::vector<float> cellToInputWeights {}; in LstmTest() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp130 std::vector<float> cellToInputWeights = {0., 0., 0., 0.}; in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
816 std::vector<float> cellToInputWeights = { 0.040369894f, 0.030746894f, 0.24704495f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1043 std::vector<float> cellToInputWeights { 0.05f, 0.1f, 0.25f, 0.15f, -0.02f }; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1729 std::vector<int8_t> cellToInputWeights = { 5, 10, 25, 15 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1916 std::vector<int8_t> cellToInputWeights = { 5, 3, 8, -5, 2 }; in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestImpl.cpp260 std::vector<float> cellToInputWeights = {0., 0., 0., 0.}; in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
847 …std::vector<float> cellToInputWeights = {0.040369894f, 0.030746894f, 0.24704495f, 0.018586371f, … in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1369 std::vector<float> cellToInputWeights = {0.05f, 0.1f, 0.25f, 0.15f}; //{numUnits} in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp734 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeLstmLayer() local
1548 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeQLstmLayer() local
1711 flatbuffers::Offset<serializer::ConstTensor> cellToInputWeights; in SerializeUnidirectionalSequenceLstmLayer() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp3265 armnn::ConstTensor cellToInputWeights; in ParseLstm() local
3432 armnn::ConstTensor cellToInputWeights; in ParseQLstm() local
3830 armnn::ConstTensor cellToInputWeights; in ParseUnidirectionalSequenceLstm() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DConstTensorLayerVisitor.cpp1116 ConstTensor cellToInputWeights( variable
1829 ConstTensor cellToInputWeights( variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4143 ANeuralNetworksOperandType cellToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local