Home
last modified time | relevance | path

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

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