|
Mila 0.13.48
Deep Neural Network Library
|
Implementation of the CUDA-based GELU activation function for neural networks. More...
#include <cuda_runtime.h>#include <memory>#include <stdexcept>#include <string>#include <cuda_runtime_api.h>import Compute.CudaDevice;import Compute.CudaTensorDataType;import Compute.CudaDeviceMemoryResource;import Compute.MemoryResource;import Compute.ExecutionContextTemplate;import Compute.OperationType;import Compute.CudaGeluOp:Dispatch;import Dnn.TensorDataType;import Dnn.TensorDataTypeTraits;import Dnn.Components.GeluConfig;import Dnn.Tensor;import Dnn.ITensor;import Compute.DeviceType;import Dnn.ComponentConfig;import Compute.OperationBase;import Compute.UnaryOperation;import Compute.OperationRegistry;import Compute.ExecutionContext;import Compute.IExecutionContext;Classes | |
| class | Mila::Dnn::Compute::Cuda::Gelu::CudaGeluOp< TPrecision > |
| CUDA implementation of the GELU activation function for neural networks. More... | |
| class | Mila::Dnn::Compute::Cuda::Gelu::CudaGeluOpRegistrar |
| Class responsible for registering the CudaGeluOp operation. More... | |
Namespaces | |
| namespace | Mila |
| Mila main API namespace. | |
| namespace | Mila::Dnn |
| namespace | Mila::Dnn::Compute |
| namespace | Mila::Dnn::Compute::Cuda |
| namespace | Mila::Dnn::Compute::Cuda::Gelu |
Implementation of the CUDA-based GELU activation function for neural networks.