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

Method nodes_size

tensorflow/lite/core/subgraph.h:173–173  ·  view source on GitHub ↗

Return the number of ops in the model.

Source from the content-addressed store, hash-verified

171
172 // Return the number of ops in the model.
173 size_t nodes_size() const { return nodes_and_registration_.size(); }
174
175 // Return vector of node indices in the order of execution.
176 std::vector<int>& execution_plan() { return execution_plan_; }

Callers 15

ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
SplitNodeMethod · 0.45
MaybeInitializeMethod · 0.45
DebugStringMethod · 0.45
CombineMethod · 0.45
TraverseMethod · 0.45
UpdatePartitionsMethod · 0.45
PartitionExamplesMethod · 0.45
RetrieveBiasMethod · 0.45
ComputeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36