Documentation
¶
Index ¶
- func Backward(root *Node)
- func SGD(params []*Node, lr float32)
- func ZeroGrads(params []*Node)
- type Edge
- type Node
- func Add(a, b *Node) *Node
- func Const(v *tensor.Tensor[float32]) *Node
- func Conv(x, w, b *Node, sH, sW, pH, pW int) *Node
- func Div(a, b *Node) *Node
- func Exp(x *Node) *Node
- func Fill(x *Node, shape ...int) *Node
- func FillLike(x *Node, target *Node) *Node
- func Log(x *Node) *Node
- func MakeResult(val *tensor.Tensor[float32], deps ...*Node) *Node
- func MatMul(a, b *Node) *Node
- func Max(x *Node) *Node
- func Mean(x *Node) *Node
- func Min(x *Node) *Node
- func Mul(a, b *Node) *Node
- func Neg(x *Node) *Node
- func Param(v *tensor.Tensor[float32]) *Node
- func Sub(a, b *Node) *Node
- func Sum(x *Node) *Node
- func Vec(data ...float32) *Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.