| 1960 | return axis.empty() ? hidden_axis : axis; |
| 1961 | } |
| 1962 | bool shape_transform_descriptor::dimension::sub::has_hidden_axis() const |
| 1963 | { |
| 1964 | return axis.empty() and not hidden_axis.empty(); |
| 1965 | } |
| 1966 | |
| 1967 | void shape_transform_descriptor::dimension::sub::add_split_axis(std::size_t i) |
| 1968 | { |
no test coverage detected