Home
last modified time | relevance | path

Searched defs:MutableLocalSource (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_dynamo/variables/
Dbase.py18 class MutableLocalSource(Enum): class
34 def __init__(self, typ: MutableLocalSource) -> None:
/external/pytorch/torch/_dynamo/
Dside_effects.py48 def __init__(self, typ: MutableLocalSource, source: Optional[Source]):