MCPcopy 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
50var uniqueNameCounts = make(map[string]int)

Callers 1

CompileAndLoadMethod · 0.65

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