Lines Matching defs:expectedOutputValues
58 std::vector<float> expectedOutputValues = in AddFP32Test() local
108 std::vector<float> expectedOutputValues in AddBroadcastTest() local
154 std::vector<float> expectedOutputValues in AddConstInputTest() local
189 std::vector<float> expectedOutputValues { 4.7f, 0.0f, 1.5f, 0.0f }; in AddActivationTest() local
221 std::vector<uint8_t> expectedOutputValues = in AddUint8Test() local
258 std::vector<float> expectedOutputValues = in DivFP32Test() local
284 std::vector<float> expectedOutputValues = { 1, 2, 3, 4, 5, 6, 7, 8 }; in DivBroadcastTest() local
317 std::vector<uint8_t> expectedOutputValues = in DivUint8Test() local
353 std::vector<float> expectedOutputValues = in FloorDivFP32Test() local
391 std::vector<float> expectedOutputValues = in MaxFP32Test() local
417 std::vector<float> expectedOutputValues = { 4.f, 4.f, 4.f, 4.f, 5.f, 6.f, 7.f, 8.f }; in MaxBroadcastTest() local
450 std::vector<uint8_t> expectedOutputValues = in MaxUint8Test() local
487 std::vector<float> expectedOutputValues = in MinFP32Test() local
515 std::vector<float> expectedOutputValues = { 1.f, 2.f, 3.f, 4.f, 4.f, 4.f, 4.f, 4.f }; in MinBroadcastTest() local
548 std::vector<uint8_t> expectedOutputValues = in MinUint8Test() local
585 std::vector<float> expectedOutputValues = in MulFP32Test() local
611 std::vector<float> expectedOutputValues = { 4, 8, 12, 16, 20, 24, 28, 32 }; in MulBroadcastTest() local
640 std::vector<uint8_t> expectedOutputValues = in MulUint8Test() local
666 std::vector<float> expectedOutputValues { 0.0f, 0.0f, 2.5f, 1.0f }; in MulActivationTest() local
688 std::vector<float> expectedOutputValues = { 0, 4, 3, -5 }; in SubFP32Test() local
710 std::vector<float> expectedOutputValues = { -8, -7, -6, -5 }; in SubBroadcastTest() local
732 std::vector<uint8_t> expectedOutputValues = { 8, 10, 12, 14 }; in SubUint8Test() local