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

Method SetInputShape

layer/Input.go:39–42  ·  view source on GitHub ↗
(inputShape tf.Shape)

Source from the content-addressed store, hash-verified

37}
38
39func (i *LInput) SetInputShape(inputShape tf.Shape) *LInput {
40 i.shape = inputShape
41 return i
42}
43
44func (i *LInput) SetBatchSize(batchSize float64) *LInput {
45 i.batchSize = batchSize

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected