pack and unpack
目录
pack
Packs several tensors into one. See einops tutorial for introduction into packing (and how it replaces stack and concatenation).
## unpack >Unpacks a single tensor into several by
splitting over a selected axes. See einops tutorial for introduction
into packing (and how it replaces stack and concatenation).
