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

Method ~SimpleTestGraph

tensorflow/lite/graph_info_test.cc:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 ~SimpleTestGraph() override {
41 for (auto& node : nodes_) {
42 TfLiteIntArrayFree(node.inputs);
43 TfLiteIntArrayFree(node.outputs);
44 }
45 }
46
47 size_t num_nodes() const override {
48 return nodes_.size() - node_index_offset_;

Callers

nothing calls this directly

Calls 1

TfLiteIntArrayFreeFunction · 0.85

Tested by

no test coverage detected