\brief Get the operation for the layer. \see setOperation(), TopKOperation
| 4449 | //! \see setOperation(), TopKOperation |
| 4450 | //! |
| 4451 | TopKOperation getOperation() const noexcept |
| 4452 | { |
| 4453 | return mImpl->getOperation(); |
| 4454 | } |
| 4455 | |
| 4456 | //! |
| 4457 | //! \brief Set the static k value for the layer. |
no outgoing calls
no test coverage detected