| 197 | } |
| 198 | |
| 199 | void TestScalar() { |
| 200 | TestMulShape({100}, {1}); |
| 201 | TestMulShape({1}, {100}); |
| 202 | } |
| 203 | |
| 204 | void TestManualVector() { |
| 205 | TestMul({10}, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f}, |
nothing calls this directly
no test coverage detected