Searched defs:expectedOutputValues0 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | SplitTest.cpp | 32 std::vector<uint8_t> expectedOutputValues0 { 1, 3, 5, 7, 9, 11, 13, 15 }; in SplitUint8Test() local 62 std::vector<float> expectedOutputValues0 { 1.0f, 2.0f, 3.0f, 4.0f, 9.0f, 10.0f, 11.0f, 12.0f }; in SplitFp32Test() local 150 std::vector<uint8_t> expectedOutputValues0 { 1, 2, 3, 4, 5, 6, 7, 8, in SplitVUint8Test() local 188 std::vector<float> expectedOutputValues0 { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, in SplitVFp32Test() local
|
H A D | UnpackTest.cpp | 29 std::vector<T> expectedOutputValues0 { 1, 2, 3, 4, 5, 6 }; in UnpackAxis0Num4Test() local 60 std::vector<T> expectedOutputValues0 { 1, 7, 13, 19 }; in UnpackAxis2Num6Test() local
|