Returns a pointer to vector of subgraphs. WARNING: This is an experimental API and subject to change.
| 294 | // Returns a pointer to vector of subgraphs. |
| 295 | // WARNING: This is an experimental API and subject to change. |
| 296 | std::vector<std::unique_ptr<Subgraph>>* GetSubgraphs() { return subgraphs_; } |
| 297 | |
| 298 | // True if all tensors in the graph has static size after calling |
| 299 | // `AllocateTensors` function. |