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

Function Input

layer/Input.go:17–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func Input() *LInput {
18 i := &LInput{
19 batchSize: -1,
20 dtype: Float32,
21 inputTensor: nil,
22 sparse: false,
23 ragged: false,
24 name: UniqueName("input"),
25 }
26 return i
27}
28
29func (i *LInput) SetName(name string) *LInput {
30 i.name = name

Callers 8

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92

Calls 1

UniqueNameFunction · 0.70

Tested by

no test coverage detected