Name Date Size #Lines LOC

..--

AutocastRNN.cppH A D25-Apr-20255.4 KiB12998

Descriptors.cppH A D25-Apr-20256.5 KiB196169

Descriptors.hH A D25-Apr-202514.6 KiB409316

Exceptions.hH A D25-Apr-20250 10

Handle.cppH A D25-Apr-20251.7 KiB5827

Handle.hH A D25-Apr-2025193 106

Handles.hH A D25-Apr-202544 32

README.mdH A D25-Apr-2025390 54

Types.cppH A D25-Apr-20251,016 3932

Types.hH A D25-Apr-2025310 159

Utils.hH A D25-Apr-2025595 2314

cudnn-wrapper.hH A D25-Apr-2025540 1712

README.md

1All files living in this directory are written with the assumption that cuDNN is available,
2which means that these code are not guarded by `#if AT_CUDNN_ENABLED()`. Therefore, whenever
3you need to use definitions from here, please guard the `#include<ATen/cudnn/*.h>` and
4definition usages with `#if AT_CUDNN_ENABLED()` macro, e.g. [native/cudnn/BatchNorm.cpp](native/cudnn/BatchNorm.cpp).
5