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

Function Subtract

layer/Subtract.go:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func Subtract() *LSubtract {
15 return &LSubtract{
16 dtype: Float32,
17 name: UniqueName("subtract"),
18 trainable: true,
19 }
20}
21
22func (l *LSubtract) SetDtype(dtype DataType) *LSubtract {
23 l.dtype = dtype

Callers

nothing calls this directly

Calls 1

UniqueNameFunction · 0.70

Tested by

no test coverage detected