Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
CpuLayerNormOp.ixx File Reference

CPU implementation of Layer Normalization operation (TensorDataType-based). More...

Classes

class  Mila::Dnn::Compute::CpuLayerNormOp
 CPU implementation of Layer Normalization using abstract TensorDataType API. More...
class  Mila::Dnn::Compute::CpuLayerNormOpRegistrar

Namespaces

namespace  Mila
 Mila main API namespace.
namespace  Mila::Dnn
namespace  Mila::Dnn::Compute

Detailed Description

CPU implementation of Layer Normalization operation (TensorDataType-based).

Ported to the ExecutionContext / TensorDataType UnaryOperation interface following the pattern used by CpuGeluOp.