Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_ops.py1127 torch_function_called, ret = torch._C._maybe_call_torch_function_for_op_packet(
1131 if torch_function_called:
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp889 auto torch_function_called = res.has_value(); in _get_operation_for_overload_or_packet() local
890 return torch_function_called in _get_operation_for_overload_or_packet()