Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dcontext.py4 from torchgen.api.autograd import NativeFunctionWithDifferentiabilityInfo as NFWDI unknown
12 func: Callable[[NFWDI], T]
15 def wrapper(f: NFWDI) -> T:
24 func: Callable[[NFWDI, str], T]
27 def wrapper(f: NFWDI, key: str) -> T: