Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_ops.py1115 return _call_overload_packet_from_python(self, args, kwargs)
1125 def _call_overload_packet_from_python(op: OpOverloadPacket, args, kwargs): function