Home
last modified time | relevance | path

Searched defs:outputStateInVector (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp50 std::vector<T> outputStateInVector(batchSize * outputSize, T()); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
246 std::vector<T> outputStateInVector(batchSize * outputSize, T()); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
435 std::vector<T> outputStateInVector(batchSize * outputSize, T()); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
696 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
948 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1188 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1363 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerInt8Test() local
1517 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1671 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1851 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp176 std::vector<T> outputStateInVector(batchSize * outputSize, T()); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
372 std::vector<T> outputStateInVector(batchSize * outputSize, T()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1054 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1279 std::vector<float> outputStateInVector(batchSize * outputSize, 0.f); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1541 std::vector<uint8_t> outputStateInVector = {136, 150, 140, 115, 135, 152, 138, 112}; // 14 in QuantizedLstmTestImpl() local
1754 std::vector<int8_t> outputStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl() local
1992 std::vector<int8_t> outputStateInVector = {0, 0, 0, 0, 0, 0}; in QLstmTestImpl1() local
2257 std::vector<int8_t> outputStateInVector = {0, 0, 0, 0, 0, 0}; in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp203 const std::vector<int8_t> outputStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp189 std::vector<uint8_t> outputStateInVector = {136, 150, 140, 115, 135, 152, 138, 112}; in QuantizedLstmEndToEnd() local