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

Method SetInputs

layer/interface.go:42–42  ·  view source on GitHub ↗
(inputs ...Layer)

Source from the content-addressed store, hash-verified

40 GetShape() tf.Shape
41 GetDtype() DataType
42 SetInputs(inputs ...Layer) Layer
43 GetInputs() []Layer
44 GetName() string
45 GetLayerWeights() []*tf.Tensor

Callers 4

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