| 690 | std::vector<std::set<std::size_t>> shape::opt_lens() const { return impl->opt_lens(); } |
| 691 | |
| 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 |
no outgoing calls