CUDA Deep Neural Network (cuDNN) | NVIDIA Developer The cuDNN Graph API is designed to express common computation patterns in deep learning A cuDNN graph represents operations as nodes and tensors as edges, similar to a dataflow graph in a typical deep learning framework
CUDNN 9 (2) Graph API - 技术栈 cuDNN 库提供了一个声明性编程模型,用于将计算描述为操作图。 Graph API 是在 cuDNN 8 0 中引入的,以提供更灵活的 API,尤其是在操作融合 (operation fusion)日益重要的情况下。