Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/
H A Ddelegate.py45 def trace_call_delegate(proxy_mode, func_overload, lowered_module, *args): argument
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dexecutorch_call_delegate.py46 def trace_call_delegate(proxy_mode, func_overload, lowered_module, *args): argument
H A Dout_dtype.py80 def trace_out_dtype(proxy_mode, func_overload, op, output_dtype, *args): argument
H A Dassociative_scan.py282 proxy_mode, func_overload, combine_fn: Callable, input: List[torch.Tensor], dim: int argument
H A Dmap.py184 def trace_map(proxy_mode, func_overload, f, xs, pos_args): argument
H A Dcond.py221 def trace_cond(proxy_mode, func_overload, pred, true_fn, false_fn, operands): argument
H A Dtriton_kernel_wrap.py593 def trace_triton_kernel_wrapper(proxy_mode, func_overload, node_args): argument
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperator_inp_utils.py172 def __torch_dispatch__(self, func_overload, types, args=(), kwargs=None): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_dynamic_shapes.py145 def __torch_dispatch__(cls, func_overload, types, args=(), kwargs=None): argument