Go to the source code of this file.
Typedefs | |
| template<bool is_ad> | |
| using | GenericKernelGrad = std::conditional_t< is_ad, ADKernelGrad, KernelGrad > |
| using GenericKernelGrad = std::conditional_t<is_ad, ADKernelGrad, KernelGrad> |
Definition at line 16 of file GenericKernelGrad.h.
1.8.14