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

Implementation of the CPU-based Layer Normalization operation for neural networks. More...

#include <cmath>
#include <vector>
#include <memory>
#include <string>
#include <stdexcept>
import Dnn.Modules.LayerNorm;
import Compute.MemoryResource;
import Dnn.Tensor;
import Compute.OperationBase;
import Compute.DeviceContext;
import Dnn.ComponentConfig;
import Compute.Precision;
import Compute.OperationAttributes;
import Compute.UnaryOperation;
import Compute.OperationRegistry;
import Compute.DeviceType;
import Compute.OperationType;
import Compute.CpuDevice;
import Compute.CpuMemoryResource;

Classes

class  Mila::Dnn::Compute::CpuLayerNormOp
 CPU implementation of the Layer Normalization operation for neural networks. More...
 
class  Mila::Dnn::Compute::CpuLayerNormOpRegistrar
 Class responsible for registering the CpuLayerNormOp operation. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 
namespace  Mila::Dnn::Compute
 

Detailed Description

Implementation of the CPU-based Layer Normalization operation for neural networks.