Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefPerAxisIteratorTests.cpp89 std::vector<int8_t> expOutput = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; variable
112 std::vector<int8_t> expOutput = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; variable
135 std::vector<int8_t> expOutput = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; variable
158 std::vector<int8_t> expOutput = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; variable
186 std::vector<int8_t> expOutput = variable
221 std::vector<int8_t> expOutput = variable
H A DRefPerChannelDecoderTests.cpp48 std::vector<float> expOutput = variable
71 std::vector<float> expOutput = variable
102 std::vector<float> expOutput = variable
135 std::vector<float> expOutput = variable
/aosp_15_r20/external/antlr/runtime/Cpp/tests/
H A Dt012.cpp51 string expOutput = slurp(outFilename); in testValid() local