template <typename T, cudnnStatus_t (*ctor)(T**), cudnnStatus_t (*dtor)(T*)> class TORCH_CUDA_API Descriptor { public: class TORCH_CUDA_CU_API Descriptor { public: // TODO: Figure out why const-correctness doesn't work here // Use desc() to access the underlying descriptor point...