Module iter

Source

Structsยง

Iter
The Iter type 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 IterMut type 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.