Home
last modified time | relevance | path

Searched defs:op_overload (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dtorchbind_impls.py127 def _register_py_impl_temporarily(op_overload, key, fn): argument
/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dautograd.py96 op_overload, argument
/aosp_15_r20/external/pytorch/torch/_library/
H A Dutils.py267 def handle_dispatch_mode(curr_mode, op_overload, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py1989 self, op_overload, raw_args, output_args argument
2376 op_overload, argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py3955 op_overload: Optional[ variable in ExternKernel
3975 op_overload=None, argument
4565 op_overload=None, argument
4624 op_overload=None, argument
4827 def __init__(self, op_overload, x, *constant_args): argument
5003 op_overload, argument
5065 def __init__(self, op_overload, x, indices, values, accumulate): argument
H A Dselect_algorithm.py790 op_overload=None, argument
H A Dlowering.py1807 def register_fallback(op_overload): argument
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py203 def assert_valid_to_preserve(op_overload): argument
/aosp_15_r20/external/pytorch/torch/
H A D_ops.py632 def add_cached_op(op_overload): argument