whether tensor shape is valid (i.e. ndim != 0)
| 367 | |
| 368 | //! whether tensor shape is valid (i.e. ndim != 0) |
| 369 | bool shape_valid() const { return m_layout.ndim; } |
| 370 | |
| 371 | const TensorShape& shape() const { return m_layout; } |
| 372 |
no outgoing calls
no test coverage detected