Home
last modified time | relevance | path

Searched defs:impl_backward (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A D_custom_ops.py274 def impl_backward(qualname, output_differentiability=None, *, func=None): function
/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dimpl.py403 def impl_backward(self, output_differentiability=None, _stacklevel=2): member in CustomOp