Searched defs:outputStateOutVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | LstmTestImpl.cpp | 178 std::vector<T> outputStateOutVector(batchSize * outputSize, T()); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 374 std::vector<T> outputStateOutVector(batchSize * outputSize, T()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1169 std::vector<T> outputStateOutVector(batchSize * outputSize, T()); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1281 std::vector<float> outputStateOutVector(batchSize * outputSize, 0.f); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | QLstmEndToEndTestImpl.cpp | 207 const std::vector<int8_t> outputStateOutVector = {-15, 21, 14, 20, -15, 15, 5, 27}; in QLstmEndToEnd() local
|
H A D | QuantizedLstmEndToEndTestImpl.cpp | 195 std::vector<uint8_t> outputStateOutVector = {140, 151, 146, 112, 136, 156, 142, 112}; in QuantizedLstmEndToEnd() local
|