Lines Matching defs:inputValues
28 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in MaxPool2dFP32PaddingValidTest() local
54 std::vector<int8_t > inputValues = { -5, 8, -10, 7, in MaxPool2dInt8PaddingValidTest() local
83 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in MaxPool2dFP32PaddingSameTest() local
109 std::vector<int8_t> inputValues = { -5, 8, -10, 7, in MaxPool2dInt8PaddingSameTest() local
138 std::vector<float> inputValues = { -5.0f, -8.0f, -10.0f, 7.0f, in MaxPool2dFP32ReluTest() local
165 std::vector<int8_t> inputValues = { -5, -8, -10, 7, in MaxPool2dInt8ReluTest() local
194 std::vector<float> inputValues = { -5.0f, -8.0f, -10.0f, 7.0f, in MaxPool2dFP32Relu6Test() local
221 std::vector<int8_t> inputValues = { -5, -8, -10, 7, in MaxPool2dInt8Relu6Test() local
250 std::vector<uint8_t> inputValues = { 5, 8, 10, 7, in MaxPool2dUint8PaddingSameTest() local
279 std::vector<uint8_t> inputValues = { 12, 8, 10, 15, in MaxPool2dUint8ReluTest() local
308 std::vector<int16_t> inputValues = { -5, 8, -10, 7, in MaxPool2dInt16PaddingSameTest() local
337 std::vector<int16_t> inputValues = { -5, -8, -10, 7, in MaxPool2dInt16ReluTest() local
366 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in AveragePool2dFP32PaddingValidTest() local
392 std::vector<int8_t > inputValues = { -5, 8, -10, 7, in AveragePool2dInt8PaddingValidTest() local
421 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in AveragePool2dFP32PaddingSameTest() local
447 std::vector<int8_t > inputValues = { -5, 8, -10, 7, in AveragePool2dInt8PaddingSameTest() local
476 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in AveragePool2dFP32ReluTest() local
503 std::vector<int8_t> inputValues = { -5, 8, -10, 7, in AveragePool2dInt8ReluTest() local
532 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in AveragePool2dFP32Relu6Test() local
559 std::vector<int8_t> inputValues = { -5, 8, -10, 7, in AveragePool2dInt8Relu6Test() local
588 std::vector<uint8_t> inputValues = { 5, 8, 10, 7, in AveragePool2dUint8PaddingSameTest() local
617 std::vector<uint8_t> inputValues = { 12, 8, 10, 15, in AveragePool2dUint8ReluTest() local
646 std::vector<int16_t > inputValues = { -5, 8, -10, 7, in AveragePool2dInt16PaddingSameTest() local
675 std::vector<int16_t> inputValues = { -5, 8, -10, 7, in AveragePool2dInt16ReluTest() local
704 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in L2Pool2dFP32PaddingValidTest() local
730 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in L2Pool2dFP32PaddingSameTest() local
756 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in L2Pool2dFP32ReluTest() local
783 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in L2Pool2dFP32Relu6Test() local