Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_library/
H A Dautograd.py121 def new_forward(ctx, *args): function
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dautograd_function.py707 def new_forward(ctx, *args, **kwargs): function