MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / Normalization

Function Normalization

layer/Normalization.go:17–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func Normalization() *LNormalization {
18 return &LNormalization{
19 axis: -1,
20 dtype: Float32,
21 mean: nil,
22 name: UniqueName("normalization"),
23 trainable: true,
24 variance: nil,
25 }
26}
27
28func (l *LNormalization) SetAxis(axis float64) *LNormalization {
29 l.axis = axis

Callers

nothing calls this directly

Calls 1

UniqueNameFunction · 0.70

Tested by

no test coverage detected