Return the number of ops in the model.
| 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_; } |