Structsยง
- Iter
- The
Itertype provides an iterator over the parameters of a neural network layer by zipping together an axis iterator over the columns of the weights and an iterator over the bias. - IterMut
- The
IterMuttype provides a mutable iterator over the parameters of a neural network layer by zipping together a mutable axis iterator over the columns of the weights and a mutable iterator over the bias.