Return the number of subgraphs in the model. WARNING: This is an experimental API and subject to change.
| 481 | /// Return the number of subgraphs in the model. |
| 482 | /// WARNING: This is an experimental API and subject to change. |
| 483 | size_t subgraphs_size() const { return subgraphs_.size(); } |
| 484 | |
| 485 | /// Get a pointer to a subgraph if in bounds. |
| 486 | /// WARNING: This is an experimental API and subject to change. |