Mila
Deep Neural Network Library
|
Class responsible for registering the CpuGeluOp operation. More...
Static Public Member Functions | |
static void | registerOperations () |
Registers the CpuGeluOp operation with the OperationRegistry. | |
Static Public Attributes | |
static bool | isRegistered |
Class responsible for registering the CpuGeluOp operation.
The CpuGeluOpRegistrar class registers the CpuGeluOp operation with the OperationRegistry. It associates the operation name "Cpu::GeluOp" with a factory function that creates instances of CpuGeluOp.
|
inlinestatic |
Registers the CpuGeluOp operation with the OperationRegistry.
This function registers the CpuGeluOp operation for the CPU device type with the OperationRegistry. It associates the operation name "Cpu::GeluOp" with a factory function that creates instances of CpuGeluOp.
|
inlinestatic |