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

Method SimpleTestGraph

tensorflow/lite/graph_info_test.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class SimpleTestGraph : public GraphInfo {
34 public:
35 explicit SimpleTestGraph(int node_index_offset = 0)
36 : node_index_offset_(node_index_offset) {
37 for (int i = 0; i < node_index_offset; ++i) AddNode({}, {});
38 }
39
40 ~SimpleTestGraph() override {
41 for (auto& node : nodes_) {

Callers

nothing calls this directly

Calls 1

AddNodeFunction · 0.50

Tested by

no test coverage detected