Home
last modified time | relevance | path

Searched refs:InlinedClosureVariable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py479 from .misc import InlinedClosureVariable
501 if isinstance(cell, InlinedClosureVariable):
H A Dmisc.py351 class InlinedClosureVariable(UnknownVariable): class
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py116 InlinedClosureVariable,
3279 return InlinedClosureVariable(name=name)