You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that the order of dimensions does not matter is emphasized even much more. Tensor.shape is a set of dims. The order really should never matter. You can never access an axis by integer.
For any function: Any dims which are not referred to are treated as batch dims. There could be multiple batch-like dims.