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

Method ~TestGraph

tensorflow/lite/arena_planner_test.cc:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 ~TestGraph() {
94 for (auto node : nodes_) {
95 TfLiteIntArrayFree(node.inputs);
96 TfLiteIntArrayFree(node.outputs);
97 TfLiteIntArrayFree(node.temporaries);
98 }
99 }
100
101 const std::vector<TfLiteNode>& nodes() { return nodes_; }
102 std::vector<TfLiteTensor>* tensors() { return &tensors_; }

Callers

nothing calls this directly

Calls 1

TfLiteIntArrayFreeFunction · 0.85

Tested by

no test coverage detected