Searched defs:cellStateOutVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | LstmTestImpl.cpp | 179 std::vector<T> cellStateOutVector(batchSize * numUnits, T()); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 375 std::vector<T> cellStateOutVector(batchSize * numUnits, T()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1173 std::vector<T> cellStateOutVector(batchSize * cellSize, T()); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1282 std::vector<float> cellStateOutVector(batchSize * numUnits, 0.f); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1544 …std::vector<int16_t> cellStateOutVector = {1485, 1177, 1373, -1023, 1019, 1355, 1097, -1235}; // 0 in QuantizedLstmTestImpl() local 1757 std::vector<int16_t> cellStateOutVector = {-11692, 9960, 5491, 8861, -9422, 7726, 2056, 13149}; in QLstmTestImpl() local 1995 … std::vector<int16_t> cellStateOutVector = {-14650, 8939, 5771, 6715, -11843, 7847, 1508, 12939}; in QLstmTestImpl1() local 2260 std::vector<int16_t> cellStateOutVector = {-14650, 8939, 5771, 6715, -11843, 7847, 1508, 12939}; in QLstmTestImpl2() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | QLstmEndToEndTestImpl.cpp | 208 …const std::vector<int16_t> cellStateOutVector = {-11692, 9960, 5491, 8861, -9422, 7726, 2056, 131… in QLstmEndToEnd() local
|
H A D | QuantizedLstmEndToEndTestImpl.cpp | 192 std::vector<int16_t> cellStateOutVector = {1485, 1177, 1373, -1023, 1019, 1355, 1097, -1235}; in QuantizedLstmEndToEnd() local
|