MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/lite/arena_planner_test.cc:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

GetOffsetFunction · 0.85
tensorsMethod · 0.80
ExecuteAllocationsMethod · 0.80
ExecuteFunction · 0.50
SetVariablesMethod · 0.45

Tested by

no test coverage detected