\brief Get the slice mode. \see setMode()
| 4344 | //! \see setMode() |
| 4345 | //! |
| 4346 | SliceMode getMode() const noexcept |
| 4347 | { |
| 4348 | return mImpl->getMode(); |
| 4349 | } |
| 4350 | |
| 4351 | //! |
| 4352 | //! \brief Append or replace an input of this layer with a specific tensor |