Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dutils.h39 struct ComputeRequiresGrad : IterArgs<ComputeRequiresGrad> { struct
41 using IterArgs<ComputeRequiresGrad>::operator(); argument
63 return ComputeRequiresGrad().apply(std::forward<Args>(args)...).out; in compute_requires_grad() argument