| 283 | |
| 284 | @dataclass |
| 285 | class SchemaInfo: |
| 286 | args: List[AliasInfo] |
| 287 | outs: List[AliasInfo] |
| 288 | |
| 289 | # Can't import torch._ops.OpOverload due to circular reference |
| 290 | parsed_schema_map: Dict[Any, SchemaInfo] = {} |
no outgoing calls
no test coverage detected
searching dependent graphs…