Closed lockwo closed 5 months ago
In the docs, mv uses _a but as matrix uses a. Are these meaningfully different parameters or could they be made the same?
mv
_a
a
The underscore means that it is not checked. This reflects the fact that it's in a PyTree, and different nodes in the PyTree need not have the exact same sizes.
PyTree
In the docs,
mv
uses_a
but as matrix usesa
. Are these meaningfully different parameters or could they be made the same?