:squeeze() is undefined for all cuda tensor types except torch.CudaTensor(). For example: ``` torch.CudaLongTensor():squeeze() ``` fails with `attempt to call method 'squeeze' (a nil value)`