! * \brief whether underlying comp_node is valid */
| 179 | * \brief whether underlying comp_node is valid |
| 180 | */ |
| 181 | bool comp_node_valid() const { return m_comp_node.valid(); } |
| 182 | |
| 183 | /*! |
| 184 | * \brief whether this tensor has no valid element (either due to |