pymc.Minibatch.transpose# Minibatch.transpose(*axes)# Transpose this array. Returns objecttensor.transpose(self, axes) or tensor.transpose(self, axes[0]). If only one axes argument is provided and it is iterable, then it is assumed to be the entire axes tuple, and passed intact to tensor.transpose.