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

Class AliasInfo

torch/utils/_python_dispatch.py:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277# and sometimes use torchscript schema parsing (for custom ops, for which torchgen parsing is untested).
278@dataclass
279class AliasInfo:
280 alias_set: Set[str]
281 is_write: bool
282 name: Optional[str]
283
284@dataclass
285class SchemaInfo:

Callers 1

get_alias_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…