Home
last modified time | relevance | path

Searched refs:MethodWrapperVariable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A D__init__.py74 MethodWrapperVariable,
H A Dbuilder.py176 MethodWrapperVariable,
1060 return MethodWrapperVariable(value)
2814 return MethodWrapperVariable(value)
H A Ddicts.py54 variables.MethodWrapperVariable,
H A Dmisc.py1085 class MethodWrapperVariable(VariableTracker): class