----------------------------------------------------------------------- An old implementation of TensorShape using a different representation, preserved here in the unittest to allow us to have a randomized unittest that makes sure the behavior of TensorShape and TensorShapeOld are the same.
| 211 | // that makes sure the behavior of TensorShape and TensorShapeOld are |
| 212 | // the same. |
| 213 | class TensorShapeIterOld; // Declared below |
| 214 | |
| 215 | /// Manages the dimensions of a Tensor and their sizes. |
| 216 | class TensorShapeOld { |