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

Struct LRandomWidth

layer/RandomWidth.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 LRandomWidth struct {
6 dtype DataType
7 factor float64
8 inputs []Layer
9 interpolation string
10 name string
11 seed interface{}
12 shape tf.Shape
13 trainable bool
14 layerWeights []*tf.Tensor
15}
16
17func RandomWidth(factor float64) *LRandomWidth {
18 return &LRandomWidth{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected