@brief Deprecated legacy shape accessor height: use shape(2) instead.
| 134 | inline int channels() const { return LegacyShape(1); } |
| 135 | /// @brief Deprecated legacy shape accessor height: use shape(2) instead. |
| 136 | inline int height() const { return LegacyShape(2); } |
| 137 | /// @brief Deprecated legacy shape accessor width: use shape(3) instead. |
| 138 | inline int width() const { return LegacyShape(3); } |
| 139 | inline int LegacyShape(int index) const { |
no outgoing calls