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

Struct LNormalization

layer/Normalization.go:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import tf "github.com/galeone/tensorflow/tensorflow/go"
4
5type LNormalization struct {
6 axis float64
7 dtype DataType
8 inputs []Layer
9 mean interface{}
10 name string
11 shape tf.Shape
12 trainable bool
13 variance interface{}
14 layerWeights []*tf.Tensor
15}
16
17func Normalization() *LNormalization {
18 return &LNormalization{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected