pymc.Minibatch.squeeze#

Minibatch.squeeze()#

Remove broadcastable dimensions from the shape of an array.

It returns the input array, but with the broadcastable dimensions removed. This is always x itself or a view into x.