Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_custom_ops.py174 custom_op = _find_custom_op(qualname, also_check_torch_library=True)
265 custom_op = _find_custom_op(qualname, also_check_torch_library=True)
312 custom_op = _find_custom_op(qualname, also_check_torch_library=True)
/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dimpl.py632 def _find_custom_op(qualname, also_check_torch_library=False): argument
635 if not also_check_torch_library: