MCPcopy Create free account
hub / github.com/pytorch/pytorch / SchemaInfo

Class SchemaInfo

torch/utils/_python_dispatch.py:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284@dataclass
285class SchemaInfo:
286 args: List[AliasInfo]
287 outs: List[AliasInfo]
288
289# Can't import torch._ops.OpOverload due to circular reference
290parsed_schema_map: Dict[Any, SchemaInfo] = {}

Callers 2

get_alias_infoFunction · 0.85
__torch_dispatch__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…