Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A D__init__.py95 from .sdpa import SDPAParamsVariable
H A Dsdpa.py15 class SDPAParamsVariable(VariableTracker): class
H A Dbuilder.py195 from .sdpa import SDPAParamsVariable
850 return SDPAParamsVariable.create(self.tx, value, self.source)
2314 from .sdpa import SDPAParamsVariable
2317 return SDPAParamsVariable(proxy, **options)