Searched refs:dispatch_torch_function (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | torch_function.py | 239 def dispatch_torch_function(tx: "InstructionTranslator", fn, args, kwargs): function 387 return dispatch_torch_function(tx, func_var, [self] + args, kwargs)
|
H A D | torch.py | 50 dispatch_torch_function, 854 return dispatch_torch_function(tx, self, args, kwargs)
|