MCPcopy Create free account
hub / github.com/ckd0817/LLM-Interview-Code / forward

Method forward

normalization/RMSNorm.py:54–68  ·  view source on GitHub ↗

前向传播 Args: x: 输入张量 [batch_size, seq_len, model_dim] Returns: 归一化后的张量 [batch_size, seq_len, model_dim]

(self, x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_normMethod · 0.95

Tested by

no test coverage detected