Lines Matching defs:expectedOutputValues

32     std::vector<float> expectedOutputValues = { 12.0f, 7.0f };  in MaxPool2dFP32PaddingValidTest()  local
58 std::vector<int8_t> expectedOutputValues = { 12, 7 }; in MaxPool2dInt8PaddingValidTest() local
87 std::vector<float> expectedOutputValues = { 12.0f, 7.0f, 3.0f, -1.0f }; in MaxPool2dFP32PaddingSameTest() local
113 std::vector<int8_t> expectedOutputValues = { 12, 7, 3, -1 }; in MaxPool2dInt8PaddingSameTest() local
142 std::vector<float> expectedOutputValues = { 0.0f, 0.0f, 7.0f, 3.0f, 0.0f, 2.0f }; in MaxPool2dFP32ReluTest() local
169 std::vector<int8_t> expectedOutputValues = { 1, 1, 7, 3, 1, 2 }; in MaxPool2dInt8ReluTest() local
198 std::vector<float> expectedOutputValues = { 0.0f, 0.0f, 3.0f, 0.0f }; in MaxPool2dFP32Relu6Test() local
225 std::vector<int8_t> expectedOutputValues = { 1, 1, 3, 1 }; in MaxPool2dInt8Relu6Test() local
254 std::vector<uint8_t> expectedOutputValues = { 12, 15, 4, 11 }; in MaxPool2dUint8PaddingSameTest() local
283 std::vector<uint8_t> expectedOutputValues = { 12, 10, 15, 8, 7, 11 }; in MaxPool2dUint8ReluTest() local
312 std::vector<int16_t> expectedOutputValues = { 12, 7, 3, -1 }; in MaxPool2dInt16PaddingSameTest() local
341 std::vector<int16_t> expectedOutputValues = { 0, 0, 7, 3, 0, 2 }; in MaxPool2dInt16ReluTest() local
370 std::vector<float> expectedOutputValues = { 5.75f, -4.0f }; in AveragePool2dFP32PaddingValidTest() local
396 std::vector<int8_t> expectedOutputValues = { 6, -4 }; in AveragePool2dInt8PaddingValidTest() local
425 std::vector<float> expectedOutputValues = { 5.75f, -4.0f, -0.5f, -6.0f }; in AveragePool2dFP32PaddingSameTest() local
451 std::vector<int8_t> expectedOutputValues = { 6, -4, -1, -6 }; in AveragePool2dInt8PaddingSameTest() local
480 std::vector<float> expectedOutputValues = { 1.75f, 0.0f, 0.0f, 0.75f, 0.0f, 0.0f }; in AveragePool2dFP32ReluTest() local
507 std::vector<int8_t> expectedOutputValues = { 2, 1, 1, 1, 1, 1 }; in AveragePool2dInt8ReluTest() local
536 std::vector<float> expectedOutputValues = { 0.0f, 0.0f, 3.0f, 0.0f }; in AveragePool2dFP32Relu6Test() local
563 std::vector<int8_t> expectedOutputValues = { 1, 1, 3, 1 }; in AveragePool2dInt8Relu6Test() local
592 std::vector<uint8_t> expectedOutputValues = { 8, 9, 4, 6 }; in AveragePool2dUint8PaddingSameTest() local
621 std::vector<uint8_t> expectedOutputValues = { 8, 8, 9, 5, 4, 5 }; in AveragePool2dUint8ReluTest() local
650 std::vector<int16_t> expectedOutputValues = { 6, -4, -1, -6 }; in AveragePool2dInt16PaddingSameTest() local
679 std::vector<int16_t> expectedOutputValues = { 2, 0, 0, 1, 0, 0 }; in AveragePool2dInt16ReluTest() local
708 std::vector<float> expectedOutputValues = { 8.616844f, 9.721111f }; in L2Pool2dFP32PaddingValidTest() local
734 std::vector<float> expectedOutputValues = { 8.616844f, 9.721111f, 3.535534f, 7.81025f }; in L2Pool2dFP32PaddingSameTest() local
760 …std::vector<float> expectedOutputValues = { 8.616844f, 11.543396f, 9.721111f, 7.632169f, 9.8234415… in L2Pool2dFP32ReluTest() local
787 std::vector<float> expectedOutputValues = { 5.0f, 6.0f, 3.0f, 1.0f }; in L2Pool2dFP32Relu6Test() local