| 692 | bool shape::dynamic_dimension::is_fixed() const { return this->min == this->max; } |
| 693 | |
| 694 | bool shape::dynamic_dimension::has_optimal() const { return not optimals.empty(); } |
| 695 | |
| 696 | shape::dynamic_dimension& shape::dynamic_dimension::operator+=(const std::size_t& x) |
| 697 | { |