| 277 | # and sometimes use torchscript schema parsing (for custom ops, for which torchgen parsing is untested). |
| 278 | @dataclass |
| 279 | class AliasInfo: |
| 280 | alias_set: Set[str] |
| 281 | is_write: bool |
| 282 | name: Optional[str] |
| 283 | |
| 284 | @dataclass |
| 285 | class SchemaInfo: |
no outgoing calls
no test coverage detected
searching dependent graphs…