Mila
Deep Neural Network Library
|
Class responsible for registering the CudaResidualOp operation. More...
Static Public Member Functions | |
static void | registerOperations () |
Registers the CudaResidualOp operation with the OperationRegistry. | |
Static Public Attributes | |
static bool | isRegistered |
Self-registration mechanism that registers the operation during startup. | |
Class responsible for registering the CudaResidualOp operation.
The CudaResidualOpRegistrar class registers the CudaResidualOp operation with the OperationRegistry. It associates the operation name "Cuda::ResidualOp" with factory functions that create instances of CudaResidualOp.
|
inlinestatic |
Registers the CudaResidualOp operation with the OperationRegistry.
This function registers the CudaResidualOp operation for the CUDA device type with the OperationRegistry. It associates the operation name "Cuda::ResidualOp" with factory functions that create instances of CudaResidualOp.
|
inlinestatic |
Self-registration mechanism that registers the operation during startup.
This static member ensures the operation is registered when the program starts without requiring explicit registration calls.