Home
last modified time | relevance | path

Searched defs:op_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_impls.py127 def impl_decorator(op_impl): argument
752 def impl_decorator(op_impl): argument
/aosp_15_r20/external/executorch/backends/qualcomm/utils/
H A Dutils.py645 def op_impl(inputs: List[torch.Tensor]): function
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py2509 def registerOp(cls, op_key, full_schema, op_impl, dispatch_key): argument