Home
last modified time | relevance | path

Searched refs:SourcelessGraphModuleVariable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py213 SourcelessGraphModuleVariable,
2816 return SourcelessGraphModuleVariable(value)
H A Duser_defined.py1263 class SourcelessGraphModuleVariable(UserDefinedObjectVariable): class