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

Interface Layer

layer/interface.go:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type Layer interface {
40 GetShape() tf.Shape
41 GetDtype() DataType
42 SetInputs(inputs ...Layer) Layer
43 GetInputs() []Layer
44 GetName() string
45 GetLayerWeights() []*tf.Tensor
46 GetKerasLayerConfig() interface{}
47 GetCustomLayerDefinition() string
48}
49
50var uniqueNameCounts = make(map[string]int)
51

Callers 24

NewSequentialModelFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
getPreviousLayersFunction · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 0.65
GetKerasLayerConfigMethod · 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