Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dhigher_order_ops.py560 return CallTorchbindHigherOrderVariable(value, source, **kwargs)
755 class CallTorchbindHigherOrderVariable(TorchHigherOrderOperatorVariable): class