---
title: 功能描述
description: "Root Mean Square Normalization，均方根归一化。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/KunpengHPCKit_developer_184.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/KunpengHPCKit_developer_184.html
indexId: 1c1974e52815f7019fbc96c2a7a0b5a448d72fff9c90e5a88d6826a3d98b7b8267
---
# 功能描述

#### 算子功能

Root Mean Square Normalization，均方根归一化。


#### 算子公式

，

其中：

- x是输入张量。
- n是输入张量的最后一个维度的大小（即特征维度）。
- xi是输入张量在最后一个维度上的第i个元素。
- ε是一个很小的正数用于避免除以零。
