Searched defs:outputVector (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 56 std::vector<T> outputVector; in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 252 std::vector<T> outputVector; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 441 std::vector<T> outputVector; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 1194 std::vector<float> outputVector = { -0.0129257f, -0.070531f, -0.153508f, -0.0392391f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 1369 const std::vector<float> outputVector = { -0.0142517f, -0.0198845f, -0.0120569f, -0.0116868f, in UnidirectionalSequenceLstmLayerInt8Test() local 1523 const std::vector<float> outputVector = { -0.0142517f, -0.0198845f, -0.0120122f, -0.0116868f, in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local 2064 const std::vector<float> outputVector = { -0.0072104f, -0.00991171f, -0.00650478f, -0.00713055f, in UnidirectionalSequenceLstmInt8WithCifgWithPeepholeNoProjectionTest() local
|
H A D | LstmTestImpl.cpp | 183 std::vector<T> outputVector; in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 379 std::vector<T> outputVector; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1286 std::vector<float> outputVector; in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1547 std::vector<uint8_t> outputVector; // 1 in QuantizedLstmTestImpl() local 1759 std::vector<int8_t> outputVector; in QLstmTestImpl() local 1997 std::vector<int8_t> outputVector; in QLstmTestImpl1() local 2262 std::vector<int8_t> outputVector; in QLstmTestImpl2() local
|
H A D | NormalizationTestImpl.cpp | 149 std::vector<float> outputVector; in SimpleNormalizationTestImpl() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | QLstmEndToEndTestImpl.cpp | 209 const std::vector<int8_t> outputVector = {-15, 21, 14, 20, -15, 15, 5, 27}; in QLstmEndToEnd() local
|