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

Function Dot

layer/Dot.go:16–24  ·  view source on GitHub ↗
(axes float64)

Source from the content-addressed store, hash-verified

14}
15
16func Dot(axes float64) *LDot {
17 return &LDot{
18 axes: axes,
19 dtype: Float32,
20 name: UniqueName("dot"),
21 normalize: false,
22 trainable: true,
23 }
24}
25
26func (l *LDot) SetDtype(dtype DataType) *LDot {
27 l.dtype = dtype

Callers

nothing calls this directly

Calls 1

UniqueNameFunction · 0.70

Tested by

no test coverage detected