|
Mila 0.13.48
Deep Neural Network Library
|
Class responsible for registering the CudaGeluOp operation. More...
Static Public Member Functions | |
| static void | registerOperations () |
| Registers the CudaGeluOp operation with the OperationRegistry. | |
Class responsible for registering the CudaGeluOp operation.
The CudaGeluOpRegistrar class registers the CudaGeluOp operation with the OperationRegistry. It associates the operation name "Cuda::GeluOp" with a factory function that creates instances of CudaGeluOp.
|
inlinestatic |
Registers the CudaGeluOp operation with the OperationRegistry.
This function registers the CudaGeluOp operation for the CUDA device type with the OperationRegistry. It associates the operation name "Cuda::GeluOp" with a factory function that creates instances of CudaGeluOp.

