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