Home
last modified time | relevance | path

Searched defs:outputStateOutVector (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DQLstmEndToEndTestImpl.cpp207 const std::vector<int8_t> outputStateOutVector = {-15, 21, 14, 20, -15, 15, 5, 27}; in QLstmEndToEnd() local
DQuantizedLstmEndToEndTestImpl.cpp195 std::vector<uint8_t> outputStateOutVector = {140, 151, 146, 112, 136, 156, 142, 112}; in QuantizedLstmEndToEnd() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DLstmTestImpl.cpp178 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