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

Method num_nodes

tensorflow/lite/graph_info_test.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 size_t num_nodes() const override {
48 return nodes_.size() - node_index_offset_;
49 }
50 const TfLiteNode& node(size_t index) const override {
51 return nodes_[index + node_index_offset_];
52 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected