MCPcopy Create free account
hub / github.com/cactus-compute/cactus / layer_norm

Method layer_norm

python/src/graph.py:344–345  ·  view source on GitHub ↗
(self, normalized_shape, eps=1e-5)

Source from the content-addressed store, hash-verified

342 return self.g.group_norm(self, normalized_shape, eps)
343
344 def layer_norm(self, normalized_shape, eps=1e-5):
345 return self.g.layer_norm(self, normalized_shape, eps)
346
347 def softmax(self, axis=-1):
348 return self.g.softmax(self, axis)

Callers

nothing calls this directly

Calls 1

layer_normMethod · 0.45

Tested by

no test coverage detected