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

Struct LSyncBatchNormalization

layer/SyncBatchNormalization.go:8–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import tf "github.com/galeone/tensorflow/tensorflow/go"
7
8type LSyncBatchNormalization struct {
9 axis float64
10 betaConstraint constraint.Constraint
11 betaInitializer initializer.Initializer
12 betaRegularizer regularizer.Regularizer
13 center bool
14 dtype DataType
15 epsilon float64
16 gammaConstraint constraint.Constraint
17 gammaInitializer initializer.Initializer
18 gammaRegularizer regularizer.Regularizer
19 inputs []Layer
20 momentum float64
21 movingMeanInitializer initializer.Initializer
22 movingVarianceInitializer initializer.Initializer
23 name string
24 scale bool
25 shape tf.Shape
26 trainable bool
27 layerWeights []*tf.Tensor
28}
29
30func SyncBatchNormalization() *LSyncBatchNormalization {
31 return &LSyncBatchNormalization{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected