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

Interface Optimizer

optimizer/interface.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Optimizer interface {
6 GetKerasLayerConfig() interface{}
7}
8
9var uniqueNameCounts = make(map[string]int)
10

Callers

nothing calls this directly

Implementers 15

LHashinglayer/Hashing.go
LRandomWidthlayer/RandomWidth.go
LGlobalMaxPooling2Dlayer/GlobalMaxPooling2D.go
LRandomTranslationlayer/RandomTranslation.go
LSubtractlayer/Subtract.go
LDotlayer/Dot.go
LGlobalMaxPooling3Dlayer/GlobalMaxPooling3D.go
LNormalizationlayer/Normalization.go
LAveragePooling3Dlayer/AveragePooling3D.go
LLeakyReLUlayer/LeakyReLU.go
LTextVectorizationlayer/TextVectorization.go
LSyncBatchNormalizationlayer/SyncBatchNormalization.go

Calls

no outgoing calls

Tested by

no test coverage detected