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

Method Commit

tensorflow/lite/arena_planner.cc:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207TfLiteStatus ArenaPlanner::Commit() {
208 TF_LITE_ENSURE_STATUS(arena_.Commit(context_));
209 TF_LITE_ENSURE_STATUS(persistent_arena_.Commit(context_));
210 return kTfLiteOk;
211}
212
213TfLiteStatus ArenaPlanner::CalculateAllocations(int first_node, int last_node) {
214 int active_node = first_node;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36