Searched defs:wrapped_func (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/ |
H A D | wrap.py | 44 def __call__(self, enable_grad, wrapped_func, *args, **kwargs): argument 71 wrapped_func, argument
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | mydecorator.py | 14 def wrapped_func(*args, **kwargs): function
|
/aosp_15_r20/external/pytorch/torch/distributed/_shard/ |
H A D | op_registry_utils.py | 29 def _decorator_func(wrapped_func, op, op_table): argument
|
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/_ops/ |
H A D | _common.py | 41 def decorator_sharded_func(wrapped_func): argument
|
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/ |
H A D | utils.py | 38 def wrapped_func(*args, **kwargs): function
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_tooltip.py | 31 def wrapped_func(*args, **kwargs): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | script_ops.py | 810 def wrapped_func(*flat_inp): function
|
/aosp_15_r20/external/pytorch/torch/_library/ |
H A D | custom_ops.py | 753 def wrapped_func(keyset, *args, **kwargs): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | dispatch.py | 449 def wrapped_func(*args, **kwargs): function
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | library.py | 1128 def wrapped_func(keyset, *args, **kwargs): function
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 1183 def wrapped_func(self): function
|