Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"fmt"
4
5
type
Optimizer
interface
{
6
GetKerasLayerConfig()
interface
{}
7
}
8
9
var
uniqueNameCounts = make(
map
[string]int)
10
Callers
nothing calls this directly
Implementers
15
LHashing
layer/Hashing.go
LRandomWidth
layer/RandomWidth.go
LGlobalMaxPooling2D
layer/GlobalMaxPooling2D.go
LRandomTranslation
layer/RandomTranslation.go
LSubtract
layer/Subtract.go
LDot
layer/Dot.go
LGlobalMaxPooling3D
layer/GlobalMaxPooling3D.go
LNormalization
layer/Normalization.go
LAveragePooling3D
layer/AveragePooling3D.go
LLeakyReLU
layer/LeakyReLU.go
LTextVectorization
layer/TextVectorization.go
LSyncBatchNormalization
layer/SyncBatchNormalization.go
Calls
no outgoing calls
Tested by
no test coverage detected