Mila
Deep Neural Network Library
|
Implementation of the CUDA-based residual operation for neural networks. More...
#include <vector>
#include <memory>
#include <iostream>
#include <cuda_fp16.h>
#include "Kernels/CudaOps.h"
#include <stdexcept>
#include <type_traits>
import Dnn.Modules.Residual;
import Compute.BinaryOperation;
import Dnn.Tensor;
import Compute.OperationAttributes;
import Compute.CudaMemoryResource;
import Dnn.ComponentConfig;
import Compute.Precision;
import Compute.OperationBase;
import Compute.OperationType;
import Compute.DeviceType;
import Compute.CudaDevice;
import Compute.OperationRegistry;
import Compute.DeviceContext;
import Dnn.TensorTraits;
import Compute.MemoryResource;
Classes | |
struct | Mila::Dnn::Compute::Detail::cuda_residual_impl< float > |
struct | Mila::Dnn::Compute::Detail::cuda_residual_impl< half > |
class | Mila::Dnn::Compute::CudaResidualOp< TInput, TOutput > |
CUDA implementation of the residual operation for neural networks. More... | |
class | Mila::Dnn::Compute::CudaResidualOpRegistrar |
Class responsible for registering the CudaResidualOp operation. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
namespace | Mila::Dnn::Compute |
namespace | Mila::Dnn::Compute::Detail |
Namespace for CUDA layer normalization implementation details. | |
Implementation of the CUDA-based residual operation for neural networks.