[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.framework.remove_squeezable_dimensions\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/framework/python/framework/tensor_util.py#L81-L130) |\n\nSqueeze last dim if ranks of `predictions` and `labels` differ by 1. (deprecated) \n\n tf.contrib.framework.remove_squeezable_dimensions(\n predictions, labels, name=None\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Please switch to remove_squeezable_dimensions from tf.confusion_matrix. Note that the order of the inputs and outputs of labels and predictions have also been switched.\n\nThis will use static shape if available. Otherwise, it will add graph\noperations, which could result in a performance hit.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------------|----------------------------------------------------------------|\n| `predictions` | Predicted values, a `Tensor` of arbitrary dimensions. |\n| `labels` | Label values, a `Tensor` whose dimensions match `predictions`. |\n| `name` | Name of the op. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| Tuple of `predictions` and `labels`, possibly with last dim squeezed. ||\n\n\u003cbr /\u003e"]]