| 243 | } |
| 244 | |
| 245 | void TestVectorPlusTensor() { |
| 246 | TestAddShape({100}, {2, 100}); |
| 247 | TestAddShape({2, 100}, {100}); |
| 248 | TestAddShape({5, 2}, {2, 5, 2}); |
| 249 | } |
| 250 | |
| 251 | void BenchmarkTensorScalar() { |
| 252 | TimeAdd({200}, {1}, 1000); |
nothing calls this directly
no test coverage detected