Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingBeard/tfkg
/ GetCustomLayerDefinition
Method
GetCustomLayerDefinition
layer/interface.go:47–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
GetLayerWeights() []*tf.Tensor
46
GetKerasLayerConfig()
interface
{}
47
GetCustomLayerDefinition() string
48
}
49
50
var
uniqueNameCounts = make(
map
[string]int)
Callers
1
CompileAndLoad
Method · 0.65
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