Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch_function.py239 def dispatch_torch_function(tx: "InstructionTranslator", fn, args, kwargs): function
387 return dispatch_torch_function(tx, func_var, [self] + args, kwargs)
H A Dtorch.py50 dispatch_torch_function,
854 return dispatch_torch_function(tx, self, args, kwargs)