Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(i *LInput) SetInputShape(inputShape tf.Shape) *LInput {
40
i.shape = inputShape
41
return
i
42
}
43
44
func
(i *LInput) SetBatchSize(batchSize float64) *LInput {
45
i.batchSize = batchSize
Callers
8
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected