| 89 | string GetNameForOp(const string& default_name) const; |
| 90 | |
| 91 | bool single_use_scope() const { return scope_used_ != nullptr; } |
| 92 | |
| 93 | // The graph, status, and name maps are shared by all child scopes |
| 94 | // created from a single 'root' scope. A root scope is created by calling the |
no outgoing calls
no test coverage detected