| 206 | }; |
| 207 | |
| 208 | TEST_F(ArenaPlannerTest, EmptyGraph) { |
| 209 | TestGraph graph({}, {}, {}); |
| 210 | SetGraph(&graph); |
| 211 | Execute(0, 10); |
| 212 | } |
| 213 | |
| 214 | TEST_F(ArenaPlannerTest, DeallocationOfInputTensor) { |
| 215 | // This is a negative TC, which will try to make sure that no allocation for |
nothing calls this directly
no test coverage detected