\brief Get the operation of the RNN layer. \see setOperation(), RNNOperation
| 3413 | //! \see setOperation(), RNNOperation |
| 3414 | //! |
| 3415 | RNNOperation getOperation() const noexcept |
| 3416 | { |
| 3417 | return mImpl->getOperation(); |
| 3418 | } |
| 3419 | |
| 3420 | //! |
| 3421 | //! \brief Set the input mode of the RNN layer. |
nothing calls this directly
no test coverage detected