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

Method SwapGraph

tensorflow/lite/arena_planner_test.cc:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void SwapGraph(TestGraph* graph) {
176 graph_->Swap(graph);
177 CHECK(planner_->PlanAllocations() == kTfLiteOk);
178 }
179
180 void Execute(int start, int end) {
181 CHECK(planner_->ExecuteAllocations(start, end) == kTfLiteOk);

Callers

nothing calls this directly

Calls 2

PlanAllocationsMethod · 0.80
SwapMethod · 0.45

Tested by

no test coverage detected