\brief Whether the tensor is a network input.
| 283 | //! \brief Whether the tensor is a network input. |
| 284 | //! |
| 285 | bool isNetworkInput() const noexcept |
| 286 | { |
| 287 | return mImpl->isNetworkInput(); |
| 288 | } |
| 289 | |
| 290 | //! |
| 291 | //! \brief Whether the tensor is a network output. |