Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/functions/
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