@brief Deprecated legacy shape accessor num: use shape(0) instead.
| 130 | |
| 131 | /// @brief Deprecated legacy shape accessor num: use shape(0) instead. |
| 132 | inline int num() const { return LegacyShape(0); } |
| 133 | /// @brief Deprecated legacy shape accessor channels: use shape(1) instead. |
| 134 | inline int channels() const { return LegacyShape(1); } |
| 135 | /// @brief Deprecated legacy shape accessor height: use shape(2) instead. |
no outgoing calls