| 624 | |
| 625 | template <class Shape> |
| 626 | TensorShapeIter<Shape> TensorShapeBase<Shape>::begin() const { |
| 627 | return TensorShapeIter<Shape>(static_cast<const Shape*>(this), 0); |
| 628 | } |
| 629 | |
| 630 | template <class Shape> |
| 631 | TensorShapeIter<Shape> TensorShapeBase<Shape>::end() const { |
no outgoing calls